Merge pull request 'feat: Enable more languages' (#435) from enable-languages into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #435
pull/441/head
Inex Code 2024-01-23 18:50:33 +02:00
commit f10441dca1
1 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,13 @@ class Localization extends StatelessWidget {
Locale('cs'),
Locale('pl'),
Locale('th'),
Locale('az'),
Locale('be'),
Locale('he'),
Locale('lv'),
Locale('mk'),
Locale('sk'),
Locale('sl'),
],
path: 'assets/translations',
fallbackLocale: const Locale('en'),