feat: Enable more languages #435

Merged
inex merged 1 commits from enable-languages into master 2024-01-23 18:50:34 +02:00
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'),