mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 23:59:32 +00:00
added spanish translation
This commit is contained in:
parent
7ad08e79c9
commit
bbe14f4386
2 changed files with 34 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ import { initReactI18next } from 'react-i18next';
|
|||
import LanguageDetector from 'i18next-browser-languagedetector';
|
||||
import translationEN from './locales/en.json';
|
||||
import translationDE from './locales/de.json';
|
||||
import translationSP from './locales/sp.json';
|
||||
import Config from './config';
|
||||
|
||||
const resources = {
|
||||
|
|
@ -12,6 +13,9 @@ const resources = {
|
|||
de: {
|
||||
translation: translationDE,
|
||||
},
|
||||
sp: {
|
||||
translation: translationSP
|
||||
}
|
||||
};
|
||||
|
||||
i18n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue