mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Add nan-TW locale
This commit is contained in:
parent
5de1ce23c3
commit
320985decb
2 changed files with 2 additions and 0 deletions
|
@ -209,6 +209,7 @@ module LanguagesHelper
|
|||
# but a language family in spite of sharing the main locale code
|
||||
# We need to be able to filter these
|
||||
ISO_639_1_REGIONAL = {
|
||||
'nan-TW': ['Taiwanese (Hokkien)', '臺語(Hô-ló話)'].freeze,
|
||||
'zh-CN': ['Chinese (China)', '简体中文'].freeze,
|
||||
'zh-HK': ['Chinese (Hong Kong)', '繁體中文(香港)'].freeze,
|
||||
'zh-TW': ['Chinese (Taiwan)', '繁體中文(臺灣)'].freeze,
|
||||
|
|
|
@ -62,6 +62,7 @@ Rails.application.configure do
|
|||
:mr,
|
||||
:ms,
|
||||
:my,
|
||||
:'nan-TW',
|
||||
:nl,
|
||||
:nn,
|
||||
:no,
|
||||
|
|
Loading…
Reference in a new issue