Skip to content
Snippets Groups Projects
Commit 46d4e0f6 authored by vjrj's avatar vjrj
Browse files

Added Asturian language

parent a4dfd8de
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@
<false/>
<key>CFBundleLocalizations</key>
<array>
<string>ast</string>
<string>en</string>
<string>es</string>
<string>fr</string>
......
......@@ -91,6 +91,7 @@ void main() async {
EasyLocalization(
path: 'assets/translations',
supportedLocales: const <Locale>[
Locale('ast'),
Locale('ca'),
Locale('de'),
Locale('en'),
......
......@@ -63,6 +63,10 @@ class FifthScreen extends StatelessWidget {
NotificationController.locale = newLocale;
},
items: const <DropdownMenuItem<Locale>>[
DropdownMenuItem<Locale>(
value: Locale('ast'),
child: Text('Asturianu'),
),
DropdownMenuItem<Locale>(
value: Locale('ca'),
child: Text('Català'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment