1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

Put locales under versioning

This commit is contained in:
Laurent Cozic
2017-11-20 19:14:02 +00:00
parent 1c1228bb88
commit 8dbec0e8f4
5 changed files with 6 additions and 1 deletions

Binary file not shown.

View File

@@ -53,6 +53,5 @@ fastlane/Preview.html
fastlane/screenshots fastlane/screenshots
# This is generated: # This is generated:
locales
android/build* android/build*
android/app/build* android/app/build*

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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 };