Skip to content

Commit

Permalink
Merge pull request #656 from zyf722/i18next-integration-draft
Browse files Browse the repository at this point in the history
fix(ci): disable placeholder conversion during `i18n-update-push`
  • Loading branch information
hatemhosny authored Nov 27, 2024
2 parents 323ace5 + b13e290 commit 04867a1
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 04867a1

Please sign in to comment.