Skip to content

Commit 321d082

Browse files
committed
Fix 'downloadLanguageKeys' property name
1 parent 6c3bce3 commit 321d082

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ uploadOptions:
338338
339339
# Properties used by 'download' command
340340
downloadPath: ./output-translations/messages_{lang}.json
341-
downloadLanguageKey: ['de-DE', 'fr-FR', 'pl-PL']
341+
downloadLanguageKeys: ['de-DE', 'fr-FR', 'pl-PL']
342342
downloadFormat: single-language-json
343343
downloadOptions:
344344
- WRITE_NESTED

simplelocalize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ uploadFormat: single-language-json
3939
downloadPath: ./translations_{lang}.json
4040

4141
# Specify language keys which you want to download, by default all languages are downloaded.
42-
# downloadLanguageKey: ['pl', 'es']
42+
# downloadLanguageKeys: ['pl', 'es']
4343

4444
# Output format for translations: https://simplelocalize.io/docs/general/file-formats/
4545
downloadFormat: single-language-json

0 commit comments

Comments
 (0)