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

add German translation

This commit is contained in:
nixiesquid
2020-07-31 23:52:58 +09:00
parent d5468945bc
commit b974ddc016
3 changed files with 56 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ const Languages = () => {
<li>
<a href="/?lng=zh-Hant"></a>
</li>
<li>
<a href="/?lng=de">Deutsch</a>
</li>
</ul>
</Pane>
);