@transifex/i18next 4.1.0-alpha.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/browser.i18next.js +2 -1
- package/dist/browser.i18next.js.LICENSE.txt +1 -0
- package/dist/browser.i18next.js.map +1 -1
- package/dist/node.i18next.js +1 -1
- package/dist/node.i18next.js.map +1 -1
- package/package.json +2 -2
- package/src/TransifexI18next.js +9 -4
- package/webpack.browser.js +1 -0
package/README.md
CHANGED
|
@@ -92,6 +92,12 @@ npx txjs-cli push source.json --parser=i18next
|
|
|
92
92
|
|
|
93
93
|
That's it. Given that the content is translated, translations will be downloaded over-the-air using the Transifex i18next backend.
|
|
94
94
|
|
|
95
|
+
# Known limitations
|
|
96
|
+
|
|
97
|
+
CLI does NOT parse and push the following key types:
|
|
98
|
+
- keyWithArrayValue
|
|
99
|
+
- keyWithObjectValue
|
|
100
|
+
|
|
95
101
|
# License
|
|
96
102
|
|
|
97
103
|
Licensed under Apache License 2.0, see [LICENSE](https://github.com/transifex/transifex-javascript/blob/HEAD/LICENSE) file.
|