Sha256: 5b80a39b55a7699fb111b82f97587f130a12a474285781ed88fd23ab9b7e7445
Contents?: true
Size: 847 Bytes
Versions: 3
Compression:
Stored size: 847 Bytes
Contents
(function (factory) { if (typeof define === 'function' && define.amd) { define(['jquery'], factory); } else if (typeof module === 'object' && typeof module.exports === 'object') { factory(require('jquery')); } else { factory(jQuery); } }(function (jQuery) { // English (Template) jQuery.timeago.settings.strings["ka"] = { prefixAgo: null, prefixFromNow: null, suffixAgo: "ის წინ", suffixFromNow: null, seconds: "რამდენიმე წამ", minute: "1 წუთ", minutes: "%d წუთ", hour: "1 საათ", hours: "%d საათ", day: "1 დღ", days: "%d დღ", month: "1 თვ", months: "%d თვ", year: "1 წლ", years: "%d წლ", wordSeparator: "", }; }) );
Version data entries
3 entries across 3 versions & 1 rubygems