aboutsummaryrefslogtreecommitdiffstats
path: root/src/App.js
diff options
context:
space:
mode:
authorYuetAu <12145645+YuetAu@users.noreply.github.com>2021-07-25 00:45:46 +0800
committerGitHub <noreply@github.com>2021-07-24 09:45:46 -0700
commit12a4d590fbc498edd48719b355be127061dadfd2 (patch)
tree2f71b832c74a73ca8934d15f301fe6b5093afb23 /src/App.js
parentcab1ddb2decb313d83742746d2d3ff685c01064c (diff)
Add zh-HK translation (#100)
* Added zh-HK translation * Added switch for zh-HK * Update switch
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 a70203d..d717dca 100644
--- a/src/App.js
+++ b/src/App.js
@@ -21,6 +21,7 @@ function App() {
21 onChange={(e) => i18n.changeLanguage(e.target.value)} 21 onChange={(e) => i18n.changeLanguage(e.target.value)}
22 > 22 >
23 <option value="en-US">en-US</option> 23 <option value="en-US">en-US</option>
24 <option value="zh-HK">繁體中文🇭🇰</option>
24 <option value="zh-CN">简体中文</option> 25 <option value="zh-CN">简体中文</option>
25 <option value="es">es</option> 26 <option value="es">es</option>
26 <option value="pt">Português</option> 27 <option value="pt">Português</option>