1
0
mirror of https://github.com/laurent22/joplin.git synced 2026-05-22 09:05:38 +02:00

Support for RN localisation

This commit is contained in:
Laurent Cozic
2017-07-19 22:26:30 +01:00
parent 0ed442930b
commit f529b9e3b9
10 changed files with 307 additions and 7 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+4
View File
@@ -0,0 +1,4 @@
var locales = {};
locales['en_GB'] = require('./en_GB.json');
locales['fr_FR'] = require('./fr_FR.json');
module.exports = { locales: locales };
+1
View File
@@ -0,0 +1 @@
["en_GB","fr_FR"]