Skip to content

Commit 1f08601

Browse files
committed
Do not convert placeholders on upload
1 parent 914382e commit 1f08601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/export_localizations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ foreach lang in $LANGUAGES
2323

2424
lokalise2 \
2525
--token $LOKALISE_TOKEN \
26-
--convert-placeholders false \
26+
--convert-placeholders=false \
2727
--project-id 414338966417c70d7055e2.75119857 \
2828
file upload \
2929
--file ${lang}.xliff \

0 commit comments

Comments
 (0)