We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13d9e4e + fe790cf commit d18f93cCopy full SHA for d18f93c
locales/jquery.timeago.ka.js
@@ -0,0 +1,30 @@
1
+(function (factory) {
2
+ if (typeof define === 'function' && define.amd) {
3
+ define(['jquery'], factory);
4
+ } else if (typeof module === 'object' && typeof module.exports === 'object') {
5
+ factory(require('jquery'));
6
+ } else {
7
+ factory(jQuery);
8
+ }
9
+ }(function (jQuery) {
10
+ // English (Template)
11
+ jQuery.timeago.settings.strings = {
12
+ prefixAgo: null,
13
+ prefixFromNow: null,
14
+ suffixAgo: "ის წინ",
15
+ suffixFromNow: null,
16
+ seconds: "რამდენიმე წამ",
17
+ minute: "1 წუთ",
18
+ minutes: "%d წუთ",
19
+ hour: "1 საათ",
20
+ hours: "%d საათ",
21
+ day: "1 დღ",
22
+ days: "%d დღ",
23
+ month: "1 თვ",
24
+ months: "%d თვ",
25
+ year: "1 წლ",
26
+ years: "%d წლ",
27
+ wordSeparator: "",
28
+ };
29
+ })
30
+);
0 commit comments