File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Currently the demo only supports the following locales.
37
37
* [ Bulgarian] ( http://purl.eligrey.com/l10n.js/demo/bg )
38
38
* [ Simplified Chinese] ( http://purl.eligrey.com/l10n.js/demo/zh )
39
39
* [ Swedish] ( http://purl.eligrey.com/l10n.js/demo/se )
40
+ * [ Turkish] ( http://purl.eligrey.com/l10n.js/demo/tr )
40
41
41
42
If you know a language that isn't currently supported in the demo, I encourage you to
42
43
contribute a localization by sending me your own localizations, either [ through GitHub] [ 2 ]
Original file line number Diff line number Diff line change @@ -83,5 +83,9 @@ String.toLocaleString({
83
83
"se" : {
84
84
"%title" : "Svenska - Demo av l10n.js" ,
85
85
"%info" : "Du tittar på den svenska översättningen av denna sida"
86
+ } ,
87
+ "tr" : {
88
+ "%title" : "Türkçe - l10n.js demo" ,
89
+ "%info" : "Bu sayfanın Türkçe yerelleştirilmiş halini görüntülüyorsunuz."
86
90
}
87
91
} ) ;
You can’t perform that action at this time.
0 commit comments