mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-05 14:00:09 +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={'en'}>EN</MenuItem>
|
||||||
<MenuItem value={'es'}>ES</MenuItem>
|
<MenuItem value={'es'}>ES</MenuItem>
|
||||||
<MenuItem disabled={true} value={'de'}>DE</MenuItem>
|
<MenuItem disabled={true} value={'de'}>DE</MenuItem>
|
||||||
|
<MenuItem value={'pl'}>PL</MenuItem>
|
||||||
<MenuItem disabled={true} value={'ru'}>RU</MenuItem>
|
<MenuItem disabled={true} value={'ru'}>RU</MenuItem>
|
||||||
<MenuItem disabled={true} value={'zh'}>ZH</MenuItem>
|
<MenuItem disabled={true} value={'zh'}>ZH</MenuItem>
|
||||||
</Select>
|
</Select>
|
||||||
|
@ -8,6 +8,7 @@ import translationES from "../locales/es.json";
|
|||||||
import translationDE from "../locales/de.json";
|
import translationDE from "../locales/de.json";
|
||||||
import translationRU from "../locales/ru.json";
|
import translationRU from "../locales/ru.json";
|
||||||
import translationZH from "../locales/zh.json";
|
import translationZH from "../locales/zh.json";
|
||||||
|
import translationPL from "../locales/pl.json";
|
||||||
|
|
||||||
i18n
|
i18n
|
||||||
.use(HttpApi)
|
.use(HttpApi)
|
||||||
@ -20,6 +21,7 @@ i18n
|
|||||||
ru: {translations: translationRU},
|
ru: {translations: translationRU},
|
||||||
de: {translations: translationDE},
|
de: {translations: translationDE},
|
||||||
zh: {translations: translationZH},
|
zh: {translations: translationZH},
|
||||||
|
pl: {translations: translationPL},
|
||||||
},
|
},
|
||||||
|
|
||||||
fallbackLng: "en",
|
fallbackLng: "en",
|
||||||
|
Loading…
Reference in New Issue
Block a user