Skip to content

Commit

Permalink
Merge pull request #2285 from CloneWith/patch/lyricstr
Browse files Browse the repository at this point in the history
Add translation of Karaoke for Simplified Chinese
  • Loading branch information
andy840119 authored Sep 20, 2024
2 parents c554285 + 5bc049d commit 7dc4942
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private IDictionary<CultureInfo, string> createPreviewTranslation(CultureInfo cu
string translation = cultureInfo.Name switch
{
"ja" or "Ja-jp" => "カラオケ",
"zh-Hant" or "zh-TW" => "卡拉OK",
"zh-Hans" or "zh-CN" or "zh-Hant" or "zh-TW" => "卡拉OK",
_ => "karaoke",
};

Expand Down

0 comments on commit 7dc4942

Please sign in to comment.