Skip to content

Commit

Permalink
Add translation of Karaoke for Simplified Chinese
Browse files Browse the repository at this point in the history
  • Loading branch information
CloneWith committed Sep 19, 2024
1 parent b42fa3e commit 5bc049d
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 5bc049d

Please sign in to comment.