From 152584720e36b05111d90a584bc13f7dd8259f84 Mon Sep 17 00:00:00 2001 From: Ben Woodward Date: Fri, 30 Jul 2021 08:10:53 -0700 Subject: Language dropdown formatting (#149) * Sort and format language dropdown - Format languages in `latinName - nativeName` to account for RTL languages - Lexicographic order * Use generic English translation The current English translation covers both US and GB, so prefer a generic implementation until it doesn't make sense. * Update src/App.js Co-authored-by: Andanan * Update src/App.js Co-authored-by: Ahmed Tarek Co-authored-by: Andanan Co-authored-by: Ahmed Tarek --- src/App.js | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'src/App.js') diff --git a/src/App.js b/src/App.js index 51850eb..c064cc3 100644 --- a/src/App.js +++ b/src/App.js @@ -34,27 +34,27 @@ function App() { value={i18n.language} onChange={(e) => changeLanguage(e.target.value)} > - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3