aboutsummaryrefslogtreecommitdiffstats
path: root/src/App.js
diff options
context:
space:
mode:
authorPedro Renan <pedrorenan@gmail.com>2021-07-17 06:28:38 +0100
committerGitHub <noreply@github.com>2021-07-16 22:28:38 -0700
commite5a1f300fff1ceb0f89de2b2a93fe2f4096803c8 (patch)
treee633667a7aafce50a47f44c9236917241ad0b1b1 /src/App.js
parent0b68be68ff1abbc6434f615454d79b1d266f4a87 (diff)
Add Portuguese translation (#65)
* improve portuguese translation in i18n * rebase * fix prettier issues at i18n.js
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 856b678..f195431 100644
--- a/src/App.js
+++ b/src/App.js
@@ -20,6 +20,7 @@ function App() {
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 <option value="es">es</option>
23 <option value="pt">Português</option>
23 </select> 24 </select>
24 </div> 25 </div>
25 26