Skip to content

Commit

Permalink
fix(ci): disable placeholder conversion during i18n-update-push
Browse files Browse the repository at this point in the history
  • Loading branch information
zyf722 committed Nov 27, 2024
1 parent 323ace5 commit b13e290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/i18n-upload.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const uploadParams = {
// Since we're uploading files from Github where related history is stored, we can safely use cleanup_mode
cleanup_mode: true,
replace_modified: true,
convert_placeholders: false,
};

const pushToLokalise = () => {
Expand Down

0 comments on commit b13e290

Please sign in to comment.