feat: Enable more languages

pull/435/head
Inex Code 2024-01-23 18:01:51 +04:00
parent 1ee02b7433
commit 82a6f79a35
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'),