This commit is contained in:
Thibault Deckers 2022-12-03 19:18:01 +01:00
parent 06b9e4ca0b
commit 302670b0db
12 changed files with 4 additions and 2 deletions

View file

@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
- Viewer: long press on copy/move/rating/tag quick action for quicker action
- Search: missing address, portrait, landscape filters
- Lithuanian translation (thanks Gediminas Murauskas)
- Norsk (Bokmål) translation (thanks Allan Nordhøy)
### Changed

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB

View file

@ -35,7 +35,7 @@ class AboutTranslators extends StatelessWidget {
Contributor('JY3', 'GeeyunJY3@gmail.com'),
Contributor('Gediminas Murauskas', 'muziejusinfo@gmail.com'),
Contributor('Oğuz Ersen', 'oguz@ersen.moe'),
// Contributor('Allan Nordhøy', 'epost@anotheragency.no'),
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'),

View file

@ -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', 'nb', 'pl', 'th'}.map(Locale.new).toSet();
static final _unsupportedLocales = {'ar', 'fa', 'gl', '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');

View file

@ -13,6 +13,7 @@ class SupportedLocales {
'ja': '日本語',
'ko': '한국어',
'lt': 'Lietuvių',
'nb': 'Norsk (Bokmål)',
'nl': 'Nederlands',
'pt': 'Português (Brasil)',
'ro': 'Română',