Skip to content

Commit 2b5261a

Browse files
committed
Merge pull request eligrey#11 from destan/master
Add Turkish localization to demo
2 parents 1184571 + b2c8b65 commit 2b5261a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Currently the demo only supports the following locales.
3737
* [Bulgarian](http://purl.eligrey.com/l10n.js/demo/bg)
3838
* [Simplified Chinese](http://purl.eligrey.com/l10n.js/demo/zh)
3939
* [Swedish](http://purl.eligrey.com/l10n.js/demo/se)
40+
* [Turkish](http://purl.eligrey.com/l10n.js/demo/tr)
4041

4142
If you know a language that isn't currently supported in the demo, I encourage you to
4243
contribute a localization by sending me your own localizations, either [through GitHub][2]

demo/localizations.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,9 @@ String.toLocaleString({
8383
"se": {
8484
"%title": "Svenska - Demo av l10n.js",
8585
"%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."
8690
}
8791
});

0 commit comments

Comments
 (0)