Update translations

This commit is contained in:
exttex 2021-07-25 15:21:42 +02:00
parent 9d0c4c521d
commit e92c0675d8
4 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,7 @@ Install flutter SDK: https://flutter.dev/docs/get-started/install
Download source:
```
git clone https://git.rip/freezer/freezer
git clone https://git.freezer.life/exttex/freezer
git submodule init
git submodule update
```

File diff suppressed because one or more lines are too long

View File

@ -33,6 +33,7 @@ List<Language> languages = [
Language('zh', 'CN', "Chinese"),
Language('fil', 'PH', "Filipino"),
Language('ast', 'ES', "Asturian"),
Language('bul', 'BG', "Bulgarian"),
Language('uwu', 'UWU', "Furry")
];
List<Locale> get supportedLocales => languages.map((l) => l.getLocale).toList();

View File

@ -3,6 +3,7 @@ import json
lang_crowdin = {
'ar': 'ar_ar',
'bg': 'bul_bg',
'ast': 'ast_es',
'de': 'de_de',
'el': 'el_gr',