@@ -2,26 +2,26 @@ just_now:
2
2
past : " [0,Inf] à l'instant"
3
3
future : " [0,Inf] à l'instant"
4
4
second :
5
- past : " {1} il y' a %count% seconde|[2,Inf] il y' a %count% secondes"
6
- future : " {1} il y' a maintenant %count% seconde|[2,Inf] il y' a maintenant %count% secondes"
5
+ past : " {1} il y a %count% seconde|[2,Inf] il y a %count% secondes"
6
+ future : " {1} il y a maintenant %count% seconde|[2,Inf] il y a maintenant %count% secondes"
7
7
minute :
8
- past : " {1} il y' a %count% minute|[2,Inf] il y'a %count% minutes"
9
- future : " {1} il y' a maintenant %count% minute|[2,Inf] il y' a maintenant %count% minutes"
8
+ past : " {1} il y a %count% minute|[2,Inf] il y'a %count% minutes"
9
+ future : " {1} il y a maintenant %count% minute|[2,Inf] il y a maintenant %count% minutes"
10
10
hour :
11
- past : " {1} il y' a %count% heure|[2,Inf] il y' a %count% heure"
12
- future : " {1} il y' a maintenant %count% heure|[2,Inf] il y' a maintenant %count% heures"
11
+ past : " {1} il y a %count% heure|[2,Inf] il y a %count% heure"
12
+ future : " {1} il y a maintenant %count% heure|[2,Inf] il y a maintenant %count% heures"
13
13
day :
14
- past : " {1} il y' a %count% jour|[2,Inf] il y' a %count% jours"
15
- future : " {1} il y' a maintenant %count% jour|[2,Inf] il y' a maintenant %count% jours"
14
+ past : " {1} il y a %count% jour|[2,Inf] il y a %count% jours"
15
+ future : " {1} il y a maintenant %count% jour|[2,Inf] il y a maintenant %count% jours"
16
16
week :
17
- past : " {1} il y' a %count% semaine|[2,Inf] il y' a %count% semaines"
18
- future : " {1} il y' a maintenant %count% semaine|[2,Inf] il y' a maintenant %count% semaines"
17
+ past : " {1} il y a %count% semaine|[2,Inf] il y a %count% semaines"
18
+ future : " {1} il y a maintenant %count% semaine|[2,Inf] il y a maintenant %count% semaines"
19
19
month :
20
- past : " {1} il y' a %count% mois|[2,Inf] il y' a %count% mois"
20
+ past : " {1} il y a %count% mois|[2,Inf] il y a %count% mois"
21
21
future : " {1} %count% mois maintenant|[2,Inf] %count% mois maintenant"
22
22
year :
23
- past : " {1} il y' a %count% année|[2,Inf] il y' a %count% années"
24
- future : " {1} il y' a maintenant %count% année|[2,Inf] il y' a maintenant %count% années"
23
+ past : " {1} il y a %count% année|[2,Inf] il y a %count% années"
24
+ future : " {1} il y a maintenant %count% année|[2,Inf] il y a maintenant %count% années"
25
25
26
26
compound :
27
27
second : " {1} %count% seconde|[2,Inf] %count% secondes"
@@ -31,5 +31,5 @@ compound:
31
31
week : " {1} %count% semaine|[2,Inf] %count% semaines"
32
32
month : " {1} %count% mois|[2,Inf] %count% mois"
33
33
year : " {1} %count% année|[2,Inf] %count% années"
34
- ago : " il y' a"
35
- from_now : " maintenant"
34
+ ago : " il y a"
35
+ from_now : " maintenant"
0 commit comments