Merge pull request #494 from onuryilmaz/develop

Turkish translation added
This commit is contained in:
Michael Teeuw
2016-11-03 08:14:27 +01:00
committed by GitHub
3 changed files with 28 additions and 0 deletions

26
translations/tr.json Normal file
View File

@@ -0,0 +1,26 @@
{
/* GENERAL */
"LOADING": "Yükleniyor …",
/* CALENDAR */
"TODAY": "Bugün",
"TOMORROW": "Yarın",
"RUNNING": "Biten",
"EMPTY": "Yakında etkinlik yok.",
/* WEATHER */
"N": "K",
"NNE": "KKD",
"NE": "KD",
"ENE": "DKD",
"E": "D",
"ESE": "DGD",
"SE": "GD",
"SSE": "GGD",
"S": "G",
"SSW": "GGB",
"SW": "GB",
"WSW": "BGB",
"W": "B",
"WNW": "BKB",
"NW": "KB",
"NNW": "KKB"
}

View File

@@ -25,4 +25,5 @@ var translations = {
"pl" : "translations/pl.json", // Polish
"gr" : "translations/gr.json", // Greek
"da" : "translations/da.json", // Danish
"tr" : "translations/tr.json", // Turkish
};