Skip to content

Commit 931098e

Browse files
committed
Add support for Yiddish (yi) language
1 parent a5d06dc commit 931098e

File tree

3 files changed

+393
-0
lines changed

3 files changed

+393
-0
lines changed

config/application.rb

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ class Application < Rails::Application
104104
ur
105105
uz
106106
vi
107+
yi
107108
zh
108109
zh-hk
109110
zh-tw

config/locales/en.yml

+1
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ en:
391391
ur: Urdu
392392
uz: Uzbeki
393393
vi: Vietnamese
394+
yi: Yiddish
394395
zh: Chinese
395396
zh-hk: Cantonese
396397
zh-tw: Traditional Chinese

0 commit comments

Comments
 (0)