mirror of
https://github.com/mastodon/mastodon
synced 2024-12-03 17:28:19 +09:00
Add nan-TW locale
This commit is contained in:
parent
27e79da6b9
commit
9f20056fda
@ -216,6 +216,7 @@ module LanguagesHelper
|
|||||||
# but a language family in spite of sharing the main locale code
|
# but a language family in spite of sharing the main locale code
|
||||||
# We need to be able to filter these
|
# We need to be able to filter these
|
||||||
ISO_639_1_REGIONAL = {
|
ISO_639_1_REGIONAL = {
|
||||||
|
'nan-TW': ['Taiwanese (Hokkien)', '臺語(Hô-ló話)'].freeze,
|
||||||
'zh-CN': ['Chinese (China)', '简体中文'].freeze,
|
'zh-CN': ['Chinese (China)', '简体中文'].freeze,
|
||||||
'zh-HK': ['Chinese (Hong Kong)', '繁體中文(香港)'].freeze,
|
'zh-HK': ['Chinese (Hong Kong)', '繁體中文(香港)'].freeze,
|
||||||
'zh-TW': ['Chinese (Taiwan)', '繁體中文(臺灣)'].freeze,
|
'zh-TW': ['Chinese (Taiwan)', '繁體中文(臺灣)'].freeze,
|
||||||
|
@ -64,6 +64,7 @@ Rails.application.configure do
|
|||||||
:mr,
|
:mr,
|
||||||
:ms,
|
:ms,
|
||||||
:my,
|
:my,
|
||||||
|
:'nan-TW',
|
||||||
:nl,
|
:nl,
|
||||||
:nn,
|
:nn,
|
||||||
:no,
|
:no,
|
||||||
|
Loading…
Reference in New Issue
Block a user