Skip to content

Commit

Permalink
Added "quarter" as per RelativeTimeFormat spec
Browse files Browse the repository at this point in the history
  • Loading branch information
purecatamphetamine committed Jan 10, 2018
1 parent f8e4919 commit 209f7c8
Show file tree
Hide file tree
Showing 486 changed files with 4,125 additions and 6 deletions.
10 changes: 10 additions & 0 deletions locale/af/long.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
"other": "oor {0} jaar"
}
},
"quarter": {
"past": {
"one": "{0} kwartaal gelede",
"other": "{0} kwartale gelede"
},
"future": {
"one": "oor {0} kwartaal",
"other": "oor {0} kwartale"
}
},
"month": {
"past": {
"one": "{0} maand gelede",
Expand Down
8 changes: 8 additions & 0 deletions locale/af/narrow.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"other": "oor {0} jaar"
}
},
"quarter": {
"past": {
"other": "{0} kwartale gelede"
},
"future": {
"other": "oor {0} kwartale"
}
},
"month": {
"past": {
"other": "{0} md. gelede"
Expand Down
10 changes: 10 additions & 0 deletions locale/af/short.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
"other": "oor {0} jaar"
}
},
"quarter": {
"past": {
"one": "{0} kwartaal gelede",
"other": "{0} kwartale gelede"
},
"future": {
"one": "oor {0} kwartaal",
"other": "oor {0} kwartale"
}
},
"month": {
"past": {
"other": "{0} md. gelede"
Expand Down
8 changes: 8 additions & 0 deletions locale/ak/long.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"other": "+{0} y"
}
},
"quarter": {
"past": {
"other": "-{0} Q"
},
"future": {
"other": "+{0} Q"
}
},
"month": {
"past": {
"other": "-{0} m"
Expand Down
8 changes: 8 additions & 0 deletions locale/ak/narrow.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"other": "+{0} y"
}
},
"quarter": {
"past": {
"other": "-{0} Q"
},
"future": {
"other": "+{0} Q"
}
},
"month": {
"past": {
"other": "-{0} m"
Expand Down
8 changes: 8 additions & 0 deletions locale/ak/short.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"other": "+{0} y"
}
},
"quarter": {
"past": {
"other": "-{0} Q"
},
"future": {
"other": "+{0} Q"
}
},
"month": {
"past": {
"other": "-{0} m"
Expand Down
8 changes: 8 additions & 0 deletions locale/am/long.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"other": "በ{0} ዓመታት ውስጥ"
}
},
"quarter": {
"past": {
"other": "{0} ሩብ በፊት"
},
"future": {
"other": "+{0} ሩብ"
}
},
"month": {
"past": {
"one": "ከ{0} ወር በፊት",
Expand Down
8 changes: 8 additions & 0 deletions locale/am/narrow.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"other": "በ{0} ዓመታት ውስጥ"
}
},
"quarter": {
"past": {
"other": "{0} ሩብ በፊት"
},
"future": {
"other": "+{0} ሩብ"
}
},
"month": {
"past": {
"other": "ከ{0} ወራት በፊት"
Expand Down
8 changes: 8 additions & 0 deletions locale/am/short.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"other": "በ{0} ዓመታት ውስጥ"
}
},
"quarter": {
"past": {
"other": "{0} ሩብ በፊት"
},
"future": {
"other": "+{0} ሩብ"
}
},
"month": {
"past": {
"other": "ከ{0} ወራት በፊት"
Expand Down
14 changes: 14 additions & 0 deletions locale/ar/long.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@
"other": "خلال {0} سنة"
}
},
"quarter": {
"past": {
"one": "قبل ربع سنة واحد",
"two": "قبل ربعي سنة",
"few": "قبل {0} أرباع سنة",
"other": "قبل {0} ربع سنة"
},
"future": {
"one": "خلال ربع سنة واحد",
"two": "خلال ربعي سنة",
"few": "خلال {0} أرباع سنة",
"other": "خلال {0} ربع سنة"
}
},
"month": {
"past": {
"one": "قبل شهر واحد",
Expand Down
14 changes: 14 additions & 0 deletions locale/ar/narrow.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@
"other": "خلال {0} سنة"
}
},
"quarter": {
"past": {
"one": "قبل ربع سنة واحد",
"two": "قبل ربعي سنة",
"few": "قبل {0} أرباع سنة",
"other": "قبل {0} ربع سنة"
},
"future": {
"one": "خلال ربع سنة واحد",
"two": "خلال ربعي سنة",
"few": "خلال {0} أرباع سنة",
"other": "خلال {0} ربع سنة"
}
},
"month": {
"past": {
"one": "قبل شهر واحد",
Expand Down
14 changes: 14 additions & 0 deletions locale/ar/short.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@
"other": "خلال {0} سنة"
}
},
"quarter": {
"past": {
"one": "قبل ربع سنة واحد",
"two": "قبل ربعي سنة",
"few": "قبل {0} أرباع سنة",
"other": "قبل {0} ربع سنة"
},
"future": {
"one": "خلال ربع سنة واحد",
"two": "خلال ربعي سنة",
"few": "خلال {0} أرباع سنة",
"other": "خلال {0} ربع سنة"
}
},
"month": {
"past": {
"one": "قبل شهر واحد",
Expand Down
8 changes: 8 additions & 0 deletions locale/as/long.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"other": "{0} বছৰত"
}
},
"quarter": {
"past": {
"other": "{0} তিনি মাহ পূৰ্বে"
},
"future": {
"other": "{0} তিনি মাহত"
}
},
"month": {
"past": {
"other": "{0} মাহ পূৰ্বে"
Expand Down
8 changes: 8 additions & 0 deletions locale/as/narrow.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"other": "{0} বছৰত"
}
},
"quarter": {
"past": {
"other": "{0} তিনি মাহ পূৰ্বে"
},
"future": {
"other": "{0} তিনি মাহত"
}
},
"month": {
"past": {
"other": "{0} মাহ পূৰ্বে"
Expand Down
8 changes: 8 additions & 0 deletions locale/as/short.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"other": "{0} বছৰত"
}
},
"quarter": {
"past": {
"other": "{0} তিনি মাহ পূৰ্বে"
},
"future": {
"other": "{0} তিনি মাহত"
}
},
"month": {
"past": {
"other": "{0} মাহ পূৰ্বে"
Expand Down
8 changes: 8 additions & 0 deletions locale/asa/long.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"other": "+{0} y"
}
},
"quarter": {
"past": {
"other": "-{0} Q"
},
"future": {
"other": "+{0} Q"
}
},
"month": {
"past": {
"other": "-{0} m"
Expand Down
8 changes: 8 additions & 0 deletions locale/asa/narrow.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"other": "+{0} y"
}
},
"quarter": {
"past": {
"other": "-{0} Q"
},
"future": {
"other": "+{0} Q"
}
},
"month": {
"past": {
"other": "-{0} m"
Expand Down
8 changes: 8 additions & 0 deletions locale/asa/short.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"other": "+{0} y"
}
},
"quarter": {
"past": {
"other": "-{0} Q"
},
"future": {
"other": "+{0} Q"
}
},
"month": {
"past": {
"other": "-{0} m"
Expand Down
10 changes: 10 additions & 0 deletions locale/ast/long.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
"other": "en {0} años"
}
},
"quarter": {
"past": {
"one": "hai {0} trimestre",
"other": "hai {0} trimestres"
},
"future": {
"one": "en {0} trimestre",
"other": "en {0} trimestres"
}
},
"month": {
"past": {
"one": "hai {0} mes",
Expand Down
8 changes: 8 additions & 0 deletions locale/ast/narrow.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"other": "en {0} a."
}
},
"quarter": {
"past": {
"other": "hai {0} tr."
},
"future": {
"other": "en {0} tr."
}
},
"month": {
"past": {
"other": "hai {0} m."
Expand Down
8 changes: 8 additions & 0 deletions locale/ast/short.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"other": "en {0} años"
}
},
"quarter": {
"past": {
"other": "hai {0} trim."
},
"future": {
"other": "en {0} trim."
}
},
"month": {
"past": {
"one": "hai {0} mes",
Expand Down
8 changes: 8 additions & 0 deletions locale/az/long.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"other": "{0} il ərzində"
}
},
"quarter": {
"past": {
"other": "{0} rüb öncə"
},
"future": {
"other": "{0} rüb ərzində"
}
},
"month": {
"past": {
"other": "{0} ay öncə"
Expand Down
8 changes: 8 additions & 0 deletions locale/az/narrow.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"other": "{0} il ərzində"
}
},
"quarter": {
"past": {
"other": "{0} rüb öncə"
},
"future": {
"other": "{0} rüb ərzində"
}
},
"month": {
"past": {
"other": "{0} ay öncə"
Expand Down
8 changes: 8 additions & 0 deletions locale/az/short.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"other": "{0} il ərzində"
}
},
"quarter": {
"past": {
"other": "{0} rüb öncə"
},
"future": {
"other": "{0} rüb ərzində"
}
},
"month": {
"past": {
"other": "{0} ay öncə"
Expand Down
Loading

0 comments on commit 209f7c8

Please sign in to comment.