Skip to content

Commit 65dcd45

Browse files
committed
add Turkish localization to demo
1 parent 1184571 commit 65dcd45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)