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

Updated translations

This commit is contained in:
Laurent Cozic
2018-09-03 12:08:50 +01:00
parent 456fcec334
commit aef94e6950
10 changed files with 18 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@@ -16,6 +16,7 @@ locales['nl_BE'] = require('./nl_BE.json');
locales['pt_BR'] = require('./pt_BR.json');
locales['ru_RU'] = require('./ru_RU.json');
locales['sl_SI'] = require('./sl_SI.json');
locales['sv'] = require('./sv.json');
locales['zh_CN'] = require('./zh_CN.json');
locales['zh_TW'] = require('./zh_TW.json');
module.exports = { locales: locales };

File diff suppressed because one or more lines are too long