Update translations
This commit is contained in:
parent
9d0c4c521d
commit
e92c0675d8
|
@ -16,7 +16,7 @@ Install flutter SDK: https://flutter.dev/docs/get-started/install
|
||||||
|
|
||||||
Download source:
|
Download source:
|
||||||
```
|
```
|
||||||
git clone https://git.rip/freezer/freezer
|
git clone https://git.freezer.life/exttex/freezer
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
```
|
```
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -33,6 +33,7 @@ List<Language> languages = [
|
||||||
Language('zh', 'CN', "Chinese"),
|
Language('zh', 'CN', "Chinese"),
|
||||||
Language('fil', 'PH', "Filipino"),
|
Language('fil', 'PH', "Filipino"),
|
||||||
Language('ast', 'ES', "Asturian"),
|
Language('ast', 'ES', "Asturian"),
|
||||||
|
Language('bul', 'BG', "Bulgarian"),
|
||||||
Language('uwu', 'UWU', "Furry")
|
Language('uwu', 'UWU', "Furry")
|
||||||
];
|
];
|
||||||
List<Locale> get supportedLocales => languages.map((l) => l.getLocale).toList();
|
List<Locale> get supportedLocales => languages.map((l) => l.getLocale).toList();
|
||||||
|
|
|
@ -3,6 +3,7 @@ import json
|
||||||
|
|
||||||
lang_crowdin = {
|
lang_crowdin = {
|
||||||
'ar': 'ar_ar',
|
'ar': 'ar_ar',
|
||||||
|
'bg': 'bul_bg',
|
||||||
'ast': 'ast_es',
|
'ast': 'ast_es',
|
||||||
'de': 'de_de',
|
'de': 'de_de',
|
||||||
'el': 'el_gr',
|
'el': 'el_gr',
|
||||||
|
|
Loading…
Reference in New Issue