From bc5fa9a547b1667e2392513f3c49d97968cbd319 Mon Sep 17 00:00:00 2001
From: vjrj <vjrj@comunes.org>
Date: Sat, 30 Sep 2023 19:46:23 +0200
Subject: [PATCH] Disabled Esperanto til #87 is solved

---
 lib/ui/screens/fifth_screen.dart | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/lib/ui/screens/fifth_screen.dart b/lib/ui/screens/fifth_screen.dart
index 305ff480..9d404524 100644
--- a/lib/ui/screens/fifth_screen.dart
+++ b/lib/ui/screens/fifth_screen.dart
@@ -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'),
-- 
GitLab