mirror of https://github.com/zulip/zulip.git
yarn: Bump i18next-xhr-backend version to 1.4.3.
This version can take loadPath as a function. i18next sends zh-Hans as zh-Hans while Django recognizes it as zh_Hans.
This commit is contained in:
parent
2172185d5a
commit
4caec524ae
|
@ -17,7 +17,7 @@
|
|||
"i18next-browser-languagedetector": "0.3.0",
|
||||
"i18next-localstorage-cache": "0.3.0",
|
||||
"i18next-parser": "0.11.1",
|
||||
"i18next-xhr-backend": "0.5.4",
|
||||
"i18next-xhr-backend": "1.4.3",
|
||||
"jquery": "3.2.1",
|
||||
"jquery-validation": "1.16.0",
|
||||
"katex": "0.7.1",
|
||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -1263,6 +1263,10 @@ elliptic@^6.0.0:
|
|||
minimalistic-assert "^1.0.0"
|
||||
minimalistic-crypto-utils "^1.0.0"
|
||||
|
||||
emoji-datasource-google@3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/emoji-datasource-google/-/emoji-datasource-google-3.0.0.tgz#d6f77b56385338e10667d2b150dbe9f9b5a4e921"
|
||||
|
||||
emoji-datasource@3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/emoji-datasource/-/emoji-datasource-3.0.0.tgz#3c46c5aa4c39bb7a0c8e6877ae02cc94dbc1b12f"
|
||||
|
@ -2696,9 +2700,9 @@ i18next-parser@0.11.1:
|
|||
through2 "~2.0.3"
|
||||
vinyl "~2.0.1"
|
||||
|
||||
i18next-xhr-backend@0.5.4:
|
||||
version "0.5.4"
|
||||
resolved "https://registry.yarnpkg.com/i18next-xhr-backend/-/i18next-xhr-backend-0.5.4.tgz#e690682a3f42724ca77b126ae4e42c65e23c132c"
|
||||
i18next-xhr-backend@1.4.3:
|
||||
version "1.4.3"
|
||||
resolved "https://registry.yarnpkg.com/i18next-xhr-backend/-/i18next-xhr-backend-1.4.3.tgz#d72f70536a3bf6a3892261dde352bc77d708886a"
|
||||
|
||||
i18next@3.4.4:
|
||||
version "3.4.4"
|
||||
|
@ -3002,7 +3006,11 @@ jquery-validation@1.16.0:
|
|||
dependencies:
|
||||
jquery "^1.7 || ^2.0 || ^3.1"
|
||||
|
||||
jquery@2.2.3, "jquery@^1.7 || ^2.0 || ^3.1":
|
||||
jquery@3.2.1:
|
||||
version "3.2.1"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787"
|
||||
|
||||
"jquery@^1.7 || ^2.0 || ^3.1":
|
||||
version "2.2.3"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.3.tgz#45e07e4190334de36c9e1a64b43b1f1373d91758"
|
||||
|
||||
|
|
Loading…
Reference in New Issue