Skip to content

Commit

Permalink
fix: update script with improved destination in crowdin (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Christoffer Jahren <christoffer.jahren@schibsted.com>
  • Loading branch information
j4hr3n and Christoffer Jahren authored Oct 13, 2023
1 parent 91f2b78 commit 30f4c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const files = [];
Object.values(icons).map(iconFolderName => {
files.push({
source: `/src/raw/${iconFolderName}/locales/en/messages.po`, // Path to the source file
dest: `/icons/src/raw/${iconFolderName}/messages.po`, // Destination path in the repository
dest: `/icons/**/%original_file_name%`, // Destination path in the repository
translation: `/src/raw/${iconFolderName}/locales/%two_letters_code%/messages.po` // Path to the translation files
})
});
Expand Down

0 comments on commit 30f4c92

Please sign in to comment.