You've already forked joplin
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:
Binary file not shown.
1
ReactNativeClient/.gitignore
vendored
1
ReactNativeClient/.gitignore
vendored
@@ -53,6 +53,5 @@ fastlane/Preview.html
|
||||
fastlane/screenshots
|
||||
|
||||
# This is generated:
|
||||
locales
|
||||
android/build*
|
||||
android/app/build*
|
||||
|
1
ReactNativeClient/locales/en_GB.json
Normal file
1
ReactNativeClient/locales/en_GB.json
Normal file
File diff suppressed because one or more lines are too long
1
ReactNativeClient/locales/fr_FR.json
Normal file
1
ReactNativeClient/locales/fr_FR.json
Normal file
File diff suppressed because one or more lines are too long
4
ReactNativeClient/locales/index.js
Normal file
4
ReactNativeClient/locales/index.js
Normal 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 };
|
Reference in New Issue
Block a user