Skip to content
Snippets Groups Projects
Commit 300efea5 authored by vjrj's avatar vjrj
Browse files

Added Galego

parent 1a24f78c
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@
<string>es</string>
<string>fr</string>
<string>ca</string>
<string>gl</string>
<string>de</string>
<string>nl</string>
<string>pt</string>
......
......@@ -94,6 +94,7 @@ void main() async {
Locale('en'),
Locale('es'),
Locale('fr'),
Locale('gl'),
Locale('nl'),
Locale('pt'),
],
......
......@@ -66,6 +66,10 @@ class FifthScreen extends StatelessWidget {
value: Locale('fr'),
child: Text('Français'),
),
DropdownMenuItem<Locale>(
value: Locale('gl'),
child: Text('Galego'),
),
DropdownMenuItem<Locale>(
value: Locale('nl'),
child: Text('Nederlands'),
......
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