Skip to content

Commit

Permalink
Merge branch 'feature/add-zh-Hans-CN-locale' into release/1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sidedwards committed Jan 16, 2021
2 parents a2e5a11 + e6afaae commit acfc84d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/repository/SiteRepository.php
Expand Up @@ -127,6 +127,7 @@ class SiteRepository
'zh-tw' => 'zh-TW', //Chinese (Traditional)
'zh-hans' => 'zh-CN', //Chinese (Simplified)
'zh-hant' => 'zh-TW', //Chinese (Traditional)
'zh-hans-cn' => 'zh-CN', //Chinese (Simplified)
'nl-nl' => 'nl', //Dutch (Netherlands)
'da-dk' => 'da', //Danish (Denmark)
'en' => 'en-us', //English
Expand Down

0 comments on commit acfc84d

Please sign in to comment.