mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 14:09:41 +00:00
Add stub files for Spanish and French
This commit is contained in:
parent
469a7468df
commit
cb3cde82a2
6
i18n.js
6
i18n.js
@ -3,9 +3,13 @@ import i18next from 'i18next';
|
||||
import { initReactI18next } from 'react-i18next';
|
||||
|
||||
import en from './langs/en.json';
|
||||
import es from './langs/es.json';
|
||||
import fr from './langs/fr.json';
|
||||
|
||||
const resources = {
|
||||
en: { translation: en }
|
||||
en: { translation: en },
|
||||
es: { translation: es },
|
||||
fr: { translation: fr }
|
||||
};
|
||||
|
||||
i18next
|
||||
|
2
langs/es.json
Normal file
2
langs/es.json
Normal file
@ -0,0 +1,2 @@
|
||||
{
|
||||
}
|
2
langs/fr.json
Normal file
2
langs/fr.json
Normal file
@ -0,0 +1,2 @@
|
||||
{
|
||||
}
|
Loading…
Reference in New Issue
Block a user