Skip to content

Commit

Permalink
fix: incorrect iso mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieluna committed Dec 25, 2024
1 parent 95c9f32 commit a51ca43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iso.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"german": "de",
"spanish": "es",
"polish": "pl",
"chinese": "zh",
"chinese": "zh-CN",
"russian": "ru",
"japanese": "ja"
},
Expand All @@ -17,7 +17,7 @@
"de": "german",
"es": "spanish",
"pl": "polish",
"zh": "chinese",
"zh-CN": "chinese",
"ru": "russian",
"ja": "japanese"
}
Expand Down

0 comments on commit a51ca43

Please sign in to comment.