aboutsummaryrefslogtreecommitdiffstats
path: root/src/App.js
diff options
context:
space:
mode:
authoroscfdezdz <oscfdezdz@tuta.io>2021-07-16 19:06:11 +0200
committerGitHub <noreply@github.com>2021-07-16 10:06:11 -0700
commit6e2fde4e223d2e846764e00cad26926b2d5f542f (patch)
treea18273b27b4e48b2e8e6391305dd02e6e0d9247c /src/App.js
parentbc51f1b761763ca585f225190e7d859e0cd03209 (diff)
Add Spanish translation (#64)
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