Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ class WisparState extends State<Wispar> {
Locale('pt'), // Portuguese
Locale('de'), // German
Locale('ko'), // Korean
Locale('uk'), // Ukrainian
Locale.fromSubtags(
languageCode: 'zh',
scriptCode: 'Hans',
Expand Down
2 changes: 2 additions & 0 deletions lib/screens/display_settings_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class DisplaySettingsScreenState extends State<DisplaySettingsScreen> {
'fa': 'فارسی',
'tr': 'Türkçe',
'ru': 'Русский',
'uk': 'Українська',
'ja': '日本語',
'id': 'Bahasa Indonesia',
'pt': 'Português',
Expand All @@ -52,6 +53,7 @@ class DisplaySettingsScreenState extends State<DisplaySettingsScreen> {
const Locale('de'),
const Locale('ko'),
const Locale('zh'),
const Locale('uk'),
];

@override
Expand Down
Loading