Skip to content

Commit

Permalink
chore: replace zh with chs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyupe committed Mar 6, 2021
1 parent 4d6b6b8 commit 84162de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cafe.Matcha/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static string GetLanguageString()
switch (Instance.Language)
{
case FFXIV_ACT_Plugin.Common.Language.Chinese:
return "zh";
return "chs";
case FFXIV_ACT_Plugin.Common.Language.English:
return "en";
case FFXIV_ACT_Plugin.Common.Language.French:
Expand Down

0 comments on commit 84162de

Please sign in to comment.