Skip to content

Commit e06cee5

Browse files
committed
enable RUssian
1 parent 4aa4be7 commit e06cee5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/core/locales/app_locales.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class AppLocales {
99
Locale('de'),
1010
Locale('hi'),
1111
Locale('pt'),
12+
Locale('ru'),
1213
Locale('zh'),
1314
];
1415

@@ -19,6 +20,7 @@ class AppLocales {
1920
'de': 'Deutsch',
2021
'hi': 'हिन्दी',
2122
'pt': 'Português',
23+
'ru': 'Русский',
2224
'zh': '简体中文',
2325
};
2426

0 commit comments

Comments
 (0)