mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
Fix Handlebars translations.
Change file mapping between Transifex and Zulip. Fix the typo in the translation file resource url for Chinese.
This commit is contained in:
@@ -4,7 +4,7 @@ var i18n = window.i18n = require('i18next');
|
||||
var XHR = require('i18next-xhr-backend');
|
||||
var lngDetector = require('i18next-browser-languagedetector');
|
||||
var backendOptions = {
|
||||
loadPath: '/static/locale/__lng__/__ns__.json'
|
||||
loadPath: '/static/locale/__lng__/translations.json'
|
||||
};
|
||||
|
||||
var detectionOptions = {
|
||||
|
||||
Reference in New Issue
Block a user