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

Russian translation (#158)

* add russian localization

* flush changes

* modify site contents as instructed in CONTRIBUTING.md

* Update placeholder localization

* Apply discussed changes

* 🤦 changes

* Revert english localization changes
This commit is contained in:
Evgeniy Istomin
2022-06-03 23:12:25 +03:00
committed by GitHub
parent 6062275c11
commit e2ff2a0b41
3 changed files with 67 additions and 0 deletions

View File

@@ -52,6 +52,9 @@ const Languages = () => {
<li>
<a href="/?lng=it">Italiano</a>
</li>
<li>
<a href="/?lng=ru">Русский</a>
</li>
<li>
<a href="/?lng=nl">Nederlands</a>
</li>

View File

@@ -26,6 +26,7 @@ i18n
'pt-BR': TRANSLATION_VERSION,
es: TRANSLATION_VERSION,
it: TRANSLATION_VERSION,
ru: TRANSLATION_VERSION,
nl: TRANSLATION_VERSION,
},
},