Skip to content

Commit e76cd61

Browse files
committed
Rename translation files: zh-CN to zh_CN, zh-Hant to zh_Hant.
1 parent f58ac02 commit e76cd61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ImageViewer.lpr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ procedure TranslateLCL;
4343

4444
if (strLanguageCode = 'zh') then begin
4545
if (strLanguageID = 'zh_Hant') then begin
46-
strLang := 'zh-Hant';
46+
strLang := 'zh_Hant';
4747
end else
4848
if (strLanguageID = 'zh_CN') then begin
49-
strLang := 'zh-CN';
49+
strLang := 'zh_CN';
5050
end else begin
5151
// Defaults to traditional for now.
52-
strLang := 'zh-Hant';
52+
strLang := 'zh_Hant';
5353
end;
5454
end;
5555

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)