Skip to content

Commit 6d4fc89

Browse files
committed
add Română
1 parent d13c35c commit 6d4fc89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/screens/settings.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ const languageList = [
5454
value: 'tr_TR',
5555
child: Text('Türkçe'),
5656
),
57+
ComboBoxItem(
58+
value: 'ro_RO',
59+
child: Text('Română'),
60+
),
5761
];
5862

5963
class SettingsPage extends StatefulWidget {

0 commit comments

Comments
 (0)