Skip to content

Commit 98c6bef

Browse files
committed
v1.0.3
1 parent a047c54 commit 98c6bef

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

example/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/simplelocalize.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@ downloadFormat: single-language-json
1313
downloadPath: ./locales-json/{lang}/{ns}.json
1414
downloadOptions:
1515
- EXCLUDE_DEPRECATED_KEYS # excludes keys that are marked as deprecated
16+
17+
18+
# Upload translations to SimpleLocalize:
19+
# simplelocalize upload --apiKey $SIMPLELOCALIZE_API_KEY
20+
21+
# Download translations from SimpleLocalize:
22+
# simplelocalize download --apiKey $SIMPLELOCALIZE_API_KEY

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simplelocalize/typesafe-i18n-connector",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"description": "Import and export typesafe-i18n translations to/from flat JSON files compatible with SimpleLocalize",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)