Skip to content

Commit

Permalink
Be consistent between locales
Browse files Browse the repository at this point in the history
  • Loading branch information
Silex committed Aug 6, 2018
1 parent ff216f0 commit ae1b620
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 14 deletions.
19 changes: 12 additions & 7 deletions rails/locale/fr-CA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ fr-CA:
x_months:
one: 1 mois
other: "%{count} mois"
x_years:
one: 1 an
other: "%{count} ans"
x_seconds:
one: 1 seconde
other: "%{count} secondes"
Expand Down Expand Up @@ -170,11 +173,11 @@ fr-CA:
decimal_units:
format: "%n %u"
units:
billion: Milliard
million: Million
quadrillion: Million de milliards
thousand: Millier
trillion: Mille milliard
billion: milliard
million: million
quadrillion: million de milliards
thousand: millier
trillion: billion
unit: ''
format:
delimiter: ''
Expand All @@ -185,12 +188,14 @@ fr-CA:
format: "%n %u"
units:
byte:
one: Octet
other: Octets
one: octet
other: octets
gb: Go
kb: ko
mb: Mo
tb: To
pb: Po
eb: Eo
percentage:
format:
delimiter: ''
Expand Down
5 changes: 5 additions & 0 deletions rails/locale/fr-CH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ fr-CH:
x_months:
one: 1 mois
other: "%{count} mois"
x_years:
one: 1 an
other: "%{count} ans"
x_seconds:
one: 1 seconde
other: "%{count} secondes"
Expand Down Expand Up @@ -191,6 +194,8 @@ fr-CH:
kb: ko
mb: Mo
tb: To
pb: Po
eb: Eo
percentage:
format:
delimiter: ''
Expand Down
9 changes: 6 additions & 3 deletions rails/locale/fr-FR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ fr-FR:
x_months:
one: 1 mois
other: "%{count} mois"
x_years:
one: 1 an
other: "%{count} ans"
x_seconds:
one: 1 seconde
other: "%{count} secondes"
Expand Down Expand Up @@ -171,9 +174,7 @@ fr-FR:
format: "%n %u"
units:
billion: milliard
million:
one: million
other: millions
million: million
quadrillion: million de milliards
thousand: millier
trillion: billion
Expand All @@ -193,6 +194,8 @@ fr-FR:
kb: ko
mb: Mo
tb: To
pb: Po
eb: Eo
percentage:
format:
delimiter: ''
Expand Down
6 changes: 2 additions & 4 deletions rails/locale/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fr:
one: 1 mois
other: "%{count} mois"
x_years:
one: un an
one: 1 an
other: "%{count} ans"
x_seconds:
one: 1 seconde
Expand Down Expand Up @@ -174,9 +174,7 @@ fr:
format: "%n %u"
units:
billion: milliard
million:
one: million
other: millions
million: million
quadrillion: million de milliards
thousand: millier
trillion: billion
Expand Down

0 comments on commit ae1b620

Please sign in to comment.