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

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();