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

Disabled Esperanto til #87 is solved

parent 19af5b69
No related branches found
No related tags found
No related merge requests found
......@@ -105,10 +105,15 @@ class _FifthScreenState extends State<FifthScreen> {
value: Locale('en'),
child: Text('English'),
),
/*
// Esperanto is not yet supported well,
// commented while is better tested
// We can use this, but still there is some localization issue
https://github.com/deakjahn/l10n_esperanto/pull/6/files
DropdownMenuItem<Locale>(
value: Locale('eo'),
child: Text('Esperanto'),
),
), */
DropdownMenuItem<Locale>(
value: Locale('es'),
child: Text('Español'),
......
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