Skip to content

Commit

Permalink
System: fix zh_HK translation in FormFactory.php (#1844)
Browse files Browse the repository at this point in the history
  • Loading branch information
kochinc authored Sep 4, 2024
1 parent e8f8c71 commit 7ab31c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/FormFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ public function createSelectSystemLanguage($name)
'uk_UA' => 'українська мова - Україна',
'ur_PK' => 'پاکستان - اُردُو',
'zh_CN' => '汉语 - 中国',
'zh_HK' => '體字 - 香港',
'zh_HK' => '繁體字 - 香港',
);

return $this->createSelect($name)->fromArray($languages);
Expand Down

0 comments on commit 7ab31c4

Please sign in to comment.