Skip to content

Commit

Permalink
✨ feat(i18n): other languages translation
Browse files Browse the repository at this point in the history
  • Loading branch information
thrownullexception committed May 1, 2024
1 parent 56fc5c0 commit c1125d0
Show file tree
Hide file tree
Showing 13 changed files with 5,798 additions and 5,464 deletions.
2 changes: 1 addition & 1 deletion scripts/translate.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function translatePoFiles(folderPath) {

const language = file.split(".")[0];

if (["pseudo.po", "en-us.po"].includes(language)) {
if (["pseudo", "en-us"].includes(language)) {
continue;
}

Expand Down
Loading

0 comments on commit c1125d0

Please sign in to comment.