Skip to content

Commit

Permalink
Merge pull request #650 from zyf722/i18next-integration-draft
Browse files Browse the repository at this point in the history
Minor I18n Workflow Fix on `i18n-update-push`
  • Loading branch information
hatemhosny authored Nov 17, 2024
2 parents 49a401b + 0788a18 commit bee5549
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 @@ -10,6 +10,7 @@ const projectID = process.env.LOKALISE_PROJECT_ID;
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,
};

const pushToLokalise = () => {
Expand Down

0 comments on commit bee5549

Please sign in to comment.