aboutsummaryrefslogtreecommitdiffstats
path: root/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.js b/src/App.js
index 1b97aec..856b678 100644
--- a/src/App.js
+++ b/src/App.js
@@ -19,6 +19,7 @@ function App() {
19 <select onChange={(e) => i18n.changeLanguage(e.target.value)}> 19 <select onChange={(e) => i18n.changeLanguage(e.target.value)}>
20 <option value="en-US">en-US</option> 20 <option value="en-US">en-US</option>
21 <option value="简体中文">简体中文</option> 21 <option value="简体中文">简体中文</option>
22 <option value="es">es</option>
22 </select> 23 </select>
23 </div> 24 </div>
24 25