l10n: nb
|
@ -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
|
- Viewer: long press on copy/move/rating/tag quick action for quicker action
|
||||||
- Search: missing address, portrait, landscape filters
|
- Search: missing address, portrait, landscape filters
|
||||||
- Lithuanian translation (thanks Gediminas Murauskas)
|
- Lithuanian translation (thanks Gediminas Murauskas)
|
||||||
|
- Norsk (Bokmål) translation (thanks Allan Nordhøy)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
BIN
fastlane/metadata/android/nb-NO/images/featureGraphic.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
fastlane/metadata/android/nb-NO/images/phoneScreenshots/1.png
Normal file
After Width: | Height: | Size: 278 KiB |
BIN
fastlane/metadata/android/nb-NO/images/phoneScreenshots/2.png
Normal file
After Width: | Height: | Size: 499 KiB |
BIN
fastlane/metadata/android/nb-NO/images/phoneScreenshots/3.png
Normal file
After Width: | Height: | Size: 208 KiB |
BIN
fastlane/metadata/android/nb-NO/images/phoneScreenshots/4.png
Normal file
After Width: | Height: | Size: 93 KiB |
BIN
fastlane/metadata/android/nb-NO/images/phoneScreenshots/5.png
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
fastlane/metadata/android/nb-NO/images/phoneScreenshots/6.png
Normal file
After Width: | Height: | Size: 340 KiB |
BIN
fastlane/metadata/android/nb-NO/images/phoneScreenshots/7.png
Normal file
After Width: | Height: | Size: 342 KiB |
|
@ -35,7 +35,7 @@ class AboutTranslators extends StatelessWidget {
|
||||||
Contributor('JY3', 'GeeyunJY3@gmail.com'),
|
Contributor('JY3', 'GeeyunJY3@gmail.com'),
|
||||||
Contributor('Gediminas Murauskas', 'muziejusinfo@gmail.com'),
|
Contributor('Gediminas Murauskas', 'muziejusinfo@gmail.com'),
|
||||||
Contributor('Oğuz Ersen', 'oguz@ersen.moe'),
|
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('Piotr K', '1337.kelt@gmail.com'),
|
||||||
// Contributor('امیر جهانگرد', 'ijahangard.a@gmail.com'),
|
// Contributor('امیر جهانگرد', 'ijahangard.a@gmail.com'),
|
||||||
// Contributor('SAMIRAH AIL', 'samiratalzahrani@gmail.com'),
|
// Contributor('SAMIRAH AIL', 'samiratalzahrani@gmail.com'),
|
||||||
|
|
|
@ -49,7 +49,7 @@ class AvesApp extends StatefulWidget {
|
||||||
final AppFlavor flavor;
|
final AppFlavor flavor;
|
||||||
|
|
||||||
// temporary exclude locales not ready yet for prime time
|
// 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 List<Locale> supportedLocales = AppLocalizations.supportedLocales.where((v) => !_unsupportedLocales.contains(v)).toList();
|
||||||
static final GlobalKey<NavigatorState> navigatorKey = GlobalKey(debugLabel: 'app-navigator');
|
static final GlobalKey<NavigatorState> navigatorKey = GlobalKey(debugLabel: 'app-navigator');
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,7 @@ class SupportedLocales {
|
||||||
'ja': '日本語',
|
'ja': '日本語',
|
||||||
'ko': '한국어',
|
'ko': '한국어',
|
||||||
'lt': 'Lietuvių',
|
'lt': 'Lietuvių',
|
||||||
|
'nb': 'Norsk (Bokmål)',
|
||||||
'nl': 'Nederlands',
|
'nl': 'Nederlands',
|
||||||
'pt': 'Português (Brasil)',
|
'pt': 'Português (Brasil)',
|
||||||
'ro': 'Română',
|
'ro': 'Română',
|
||||||
|
|