jquery-timeago/locales/jquery.timeago.tr.js
more onion 4af2cf7135 Fix jquery.timeago.tr.js
Adjust Turkish language file to fit the others. File was being ignored because '$' wasn't mapped to 'jQuery'.
2014-05-07 11:14:18 +02:00

16 lines
327 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Turkish
jQuery.timeago.settings.strings = {
suffixAgo: 'önce',
suffixFromNow: null,
seconds: '1 dakikadan',
minute: '1 dakika',
minutes: '%d dakika',
hour: '1 saat',
hours: '%d saat',
day: '1 gün',
days: '%d gün',
month: '1 ay',
months: '%d ay',
year: '1 yıl',
years: '%d yıl'
};