Skip to content

Commit 417d496

Browse files
committed
[CLEANUP] Convert all files to UNIX line endings
1 parent 09271b7 commit 417d496

File tree

2 files changed

+39
-40
lines changed

2 files changed

+39
-40
lines changed

locales/jquery.timeago.fa.js

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-

2-
// Persian
3-
// Use DIR attribute for RTL text in Persian Language for ABBR tag .
4-
// By MB.seifollahi@gmail.com
5-
jQuery.timeago.settings.strings = {
6-
prefixAgo: null,
7-
prefixFromNow: null,
8-
suffixAgo: "پیش",
9-
suffixFromNow: "از حال",
10-
seconds: "کمتر از یک دقیقه",
11-
minute: "حدود یک دقیقه",
12-
minutes: "%d دقیقه",
13-
hour: "حدود یک ساعت",
14-
hours: "حدود %d ساعت",
15-
day: "یک روز",
16-
days: "%d روز",
17-
month: "حدود یک ماه",
18-
months: "%d ماه",
19-
year: "حدود یک سال",
20-
years: "%d سال",
21-
wordSeparator: " "
1+
// Persian
2+
// Use DIR attribute for RTL text in Persian Language for ABBR tag .
3+
// By MB.seifollahi@gmail.com
4+
jQuery.timeago.settings.strings = {
5+
prefixAgo: null,
6+
prefixFromNow: null,
7+
suffixAgo: "پیش",
8+
suffixFromNow: "از حال",
9+
seconds: "کمتر از یک دقیقه",
10+
minute: "حدود یک دقیقه",
11+
minutes: "%d دقیقه",
12+
hour: "حدود یک ساعت",
13+
hours: "حدود %d ساعت",
14+
day: "یک روز",
15+
days: "%d روز",
16+
month: "حدود یک ماه",
17+
months: "%d ماه",
18+
year: "حدود یک سال",
19+
years: "%d سال",
20+
wordSeparator: " "
2221
};

locales/jquery.timeago.uz.js

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
//Uzbek
2-
jQuery.timeago.settings.strings = {
3-
prefixAgo: null,
4-
prefixFromNow: "keyin",
5-
suffixAgo: "avval",
6-
suffixFromNow: null,
7-
seconds: "bir necha soniya",
8-
minute: "1 daqiqa",
9-
minutes: function(value) { return "%d daqiqa"; },
10-
hour: "1 soat",
11-
hours: function(value) { return "%d soat"; },
12-
day: "1 kun",
13-
days: function(value) { return "%d kun"; },
14-
month: "1 oy",
15-
months: function(value) { return "%d oy"; },
16-
year: "1 yil",
17-
years: function(value) { return "%d yil"; },
18-
wordSeparator: " "
19-
};
1+
//Uzbek
2+
jQuery.timeago.settings.strings = {
3+
prefixAgo: null,
4+
prefixFromNow: "keyin",
5+
suffixAgo: "avval",
6+
suffixFromNow: null,
7+
seconds: "bir necha soniya",
8+
minute: "1 daqiqa",
9+
minutes: function(value) { return "%d daqiqa"; },
10+
hour: "1 soat",
11+
hours: function(value) { return "%d soat"; },
12+
day: "1 kun",
13+
days: function(value) { return "%d kun"; },
14+
month: "1 oy",
15+
months: function(value) { return "%d oy"; },
16+
year: "1 yil",
17+
years: function(value) { return "%d yil"; },
18+
wordSeparator: " "
19+
};

0 commit comments

Comments
 (0)