Skip to content

Commit f92d068

Browse files
authored
Merge pull request rmm5t#306 from pereorga/master
Improve Catalan localization
2 parents a42f706 + c52a1d5 commit f92d068

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

locales/jquery.timeago.ca.js

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
// Catalan
22
jQuery.timeago.settings.strings = {
33
prefixAgo: "fa",
4-
prefixFromNow: "d'aqui a",
4+
prefixFromNow: "d'aquí",
55
suffixAgo: null,
66
suffixFromNow: null,
7-
seconds: "menys d'1 minut",
8-
minute: "1 minut",
9-
minutes: "uns %d minuts",
10-
hour: "1 hora",
11-
hours: "unes %d hores",
12-
day: "1 dia",
7+
seconds: "menys d'un minut",
8+
minute: "un minut",
9+
minutes: "%d minuts",
10+
hour: "una hora",
11+
hours: "%d hores",
12+
day: "un dia",
1313
days: "%d dies",
14-
month: "aproximadament un mes",
14+
month: "un mes",
1515
months: "%d mesos",
16-
year: "aproximadament un any",
17-
years: "%d anys"
18-
};
16+
year: "un any",
17+
years: "%d anys",
18+
wordSeparator: " ",
19+
numbers: []
20+
};

0 commit comments

Comments
 (0)