Skip to content

Commit

Permalink
fix: use proper language placeholder in translations (#22)
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 committed Oct 10, 2023
1 parent 8b605f6 commit 4425b66
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 @@ -92,7 +92,7 @@ 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
translation: `/src/raw/${iconFolderName}/locales/%two_letter_code%/messages.po` // Path to the translation files
translation: `/src/raw/${iconFolderName}/locales/%two_letters_code%/messages.po` // Path to the translation files
})
});

Expand Down

0 comments on commit 4425b66

Please sign in to comment.