1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 09:58:13 +09:00

feature: add add language pt-BR

This commit is contained in:
Miguel Muller
2022-01-31 12:07:25 -03:00
parent 2f546709dd
commit 661100a4f9
4 changed files with 1860 additions and 1867 deletions

View File

@@ -43,6 +43,9 @@ const Languages = () => {
<li>
<a href="/?lng=zh-Hant"></a>
</li>
<li>
<a href="/?lng=pt-BR">Português-BR</a>
</li>
</ul>
</Pane>
);