mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 03:16:24 +00:00
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:
parent
e2e939b044
commit
ba9bc16b53
@ -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>
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user