Polish translation (#111)

* Create pl.json

* Update pl.json

* Update pl.json

* Update pl.json

* Update pl.json

* Activate PL translation

Co-authored-by: valladolidBTCpol <104273807+valladolidBTCpol@users.noreply.github.com>
This commit is contained in:
Reckless_Satoshi 2022-04-24 19:32:08 +00:00 committed by GitHub
parent e2e939b044
commit ba9bc16b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -584,6 +584,7 @@ bottomBarDesktop =()=>{
<MenuItem value={'en'}>EN</MenuItem>
<MenuItem value={'es'}>ES</MenuItem>
<MenuItem disabled={true} value={'de'}>DE</MenuItem>
<MenuItem value={'pl'}>PL</MenuItem>
<MenuItem disabled={true} value={'ru'}>RU</MenuItem>
<MenuItem disabled={true} value={'zh'}>ZH</MenuItem>
</Select>

View File

@ -8,6 +8,7 @@ import translationES from "../locales/es.json";
import translationDE from "../locales/de.json";
import translationRU from "../locales/ru.json";
import translationZH from "../locales/zh.json";
import translationPL from "../locales/pl.json";
i18n
.use(HttpApi)
@ -20,6 +21,7 @@ i18n
ru: {translations: translationRU},
de: {translations: translationDE},
zh: {translations: translationZH},
pl: {translations: translationPL},
},
fallbackLng: "en",