mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 23:59:32 +00:00
Turkish translation added
This commit is contained in:
parent
b2b1749b89
commit
9d2334046a
2 changed files with 38 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import translationDE from './locales/de.json';
|
|||
import translationES from './locales/es.json';
|
||||
import translationRU from './locales/ru.json';
|
||||
import translationPTBR from './locales/pt_br.json';
|
||||
import translationTR from './locales/tr.json';
|
||||
import Config from './config';
|
||||
|
||||
const resources = {
|
||||
|
|
@ -24,6 +25,9 @@ const resources = {
|
|||
pt_br: {
|
||||
translation: translationPTBR,
|
||||
},
|
||||
tr:{
|
||||
translation: translationTR,
|
||||
}
|
||||
};
|
||||
|
||||
i18n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue