l10n: lt
|
@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
|
|||
### Added
|
||||
|
||||
- Viewer: long press on rating quick action for quicker rating
|
||||
- Lithuanian translation (thanks Gediminas Murauskas)
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
BIN
fastlane/metadata/android/lt/images/featureGraphic.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
fastlane/metadata/android/lt/images/phoneScreenshots/1.png
Normal file
After Width: | Height: | Size: 282 KiB |
BIN
fastlane/metadata/android/lt/images/phoneScreenshots/2.png
Normal file
After Width: | Height: | Size: 499 KiB |
BIN
fastlane/metadata/android/lt/images/phoneScreenshots/3.png
Normal file
After Width: | Height: | Size: 214 KiB |
BIN
fastlane/metadata/android/lt/images/phoneScreenshots/4.png
Normal file
After Width: | Height: | Size: 94 KiB |
BIN
fastlane/metadata/android/lt/images/phoneScreenshots/5.png
Normal file
After Width: | Height: | Size: 68 KiB |
BIN
fastlane/metadata/android/lt/images/phoneScreenshots/6.png
Normal file
After Width: | Height: | Size: 341 KiB |
BIN
fastlane/metadata/android/lt/images/phoneScreenshots/7.png
Normal file
After Width: | Height: | Size: 346 KiB |
|
@ -32,12 +32,14 @@ class AboutTranslators extends StatelessWidget {
|
|||
Contributor('Translator-3000', 'weblate.m1d0h@8shield.net'),
|
||||
Contributor('Ralea Adrian Vicențiu', 'ralea.adrian@gmail.com'),
|
||||
Contributor('Igor Sorocean', 'sorocean.igor@gmail.com'),
|
||||
Contributor('JY3', 'GeeyunJY3@gmail.com'),
|
||||
Contributor('Gediminas Murauskas', 'muziejusinfo@gmail.com'),
|
||||
// Contributor('Allan Nordhøy', 'epost@anotheragency.no'),
|
||||
// Contributor('Piotr K', '1337.kelt@gmail.com'),
|
||||
// Contributor('امیر جهانگرد', 'ijahangard.a@gmail.com'),
|
||||
// Contributor('SAMIRAH AIL', 'samiratalzahrani@gmail.com'),
|
||||
// Contributor('Salih Ail', 'rrrfff444@gmail.com'),
|
||||
// Contributor('Gediminas Murauskas', 'muziejusinfo@gmail.com'),
|
||||
// Contributor('Nattapong K', 'mixer5056@gmail.com'),
|
||||
};
|
||||
|
||||
@override
|
||||
|
|
|
@ -49,7 +49,7 @@ class AvesApp extends StatefulWidget {
|
|||
final AppFlavor flavor;
|
||||
|
||||
// temporary exclude locales not ready yet for prime time
|
||||
static final _unsupportedLocales = {'ar', 'fa', 'gl', 'lt', 'nb', 'pl'}.map(Locale.new).toSet();
|
||||
static final _unsupportedLocales = {'ar', 'fa', 'gl', 'nb', 'pl', 'th'}.map(Locale.new).toSet();
|
||||
static final List<Locale> supportedLocales = AppLocalizations.supportedLocales.where((v) => !_unsupportedLocales.contains(v)).toList();
|
||||
static final GlobalKey<NavigatorState> navigatorKey = GlobalKey(debugLabel: 'app-navigator');
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ class SupportedLocales {
|
|||
'it': 'Italiano',
|
||||
'ja': '日本語',
|
||||
'ko': '한국어',
|
||||
'lt': 'Lietuvių',
|
||||
'nl': 'Nederlands',
|
||||
'pt': 'Português (Brasil)',
|
||||
'ro': 'Română',
|
||||
|
|