Skip to content

Commit

Permalink
l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerst committed Jan 20, 2024
1 parent 6a4075c commit 4633b38
Show file tree
Hide file tree
Showing 4 changed files with 311 additions and 44 deletions.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/sv/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Gallery and metadata explorer
Galleri och metadatautforskare
2 changes: 2 additions & 0 deletions lib/model/app/contributors.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class Contributors {
Contributor('Сергій', 'sergiy.goncharuk.1@gmail.com'),
Contributor('v1s7', 'v1s7@users.noreply.hosted.weblate.org'),
Contributor('fuzfyy', 'egeozce35@gmail.com'),
Contributor('minh', 'teaminh@skiff.com'),
// Contributor('Alvi Khan', 'aveenalvi@gmail.com'), // Bengali
// Contributor('Htet Oo Hlaing', 'htetoh2006@outlook.com'), // Burmese
// Contributor('Khant', 'khant@users.noreply.hosted.weblate.org'), // Burmese
Expand All @@ -90,6 +91,7 @@ class Contributors {
// Contributor('slasb37', 'p84haghi@gmail.com'), // Persian
// Contributor('mimvahedi', 'vahedi0vahedi@gmail.com'), // Persian
// Contributor('mytja', 'mamnju21@gmail.com'), // Slovenian
// Contributor('Shift18', 'bribable.lawyer@posteo.net'), // Swedish
// Contributor('Nattapong K', 'mixer5056@gmail.com'), // Thai
};
}
Expand Down
1 change: 1 addition & 0 deletions lib/widgets/aves_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class AvesApp extends StatefulWidget {
'my', // Burmese
'or', // Odia
'sl', // Slovenian
'sv', // Swedish
'th', // Thai
}.map(Locale.new).toSet();
static final List<Locale> supportedLocales = AppLocalizations.supportedLocales.where((v) => !_unsupportedLocales.contains(v)).toList();
Expand Down
Loading

0 comments on commit 4633b38

Please sign in to comment.