Skip to content

Commit

Permalink
Add i18n for commaAndX0ThroughX1 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt authored Oct 3, 2022
1 parent 39d55c9 commit d4b0807
Show file tree
Hide file tree
Showing 33 changed files with 3,446 additions and 7 deletions.
3,357 changes: 3,351 additions & 6 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/i18n/locales/af.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ export class af implements Locale {
commaX0ThroughX1() {
return ", %s deur na %s";
}
commaAndX0ThroughX1() {
return ", en %s deur na %s";
}
first() {
return "eerste";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/be.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ export class be implements Locale {
commaX0ThroughX1() {
return ", %s па %s";
}
commaAndX0ThroughX1() {
return ", і %s па %s";
}
first() {
return "першы";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/ca.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ export class ca implements Locale {
commaX0ThroughX1() {
return ", de %s a %s";
}
commaAndX0ThroughX1() {
return ", i de %s a %s";
}
everyHour() {
return "cada hora";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/cs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ export class cs implements Locale {
commaX0ThroughX1() {
return ", od %s do %s";
}
commaAndX0ThroughX1() {
return ", a od %s do %s";
}
first() {
return "první";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/da.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ export class da implements Locale {
commaX0ThroughX1() {
return ", %s til og med %s";
}
commaAndX0ThroughX1() {
return ", og %s til og med %s";
}
everyHour() {
return "hver time";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ export class de implements Locale {
commaX0ThroughX1() {
return ", %s bis %s";
}
commaAndX0ThroughX1() {
return ", und %s bis %s";
}
first() {
return "ersten";
}
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class en implements Locale {
return ", %s through %s";
}
commaAndX0ThroughX1() {
return ", and %s through %s";
return ", %s through %s";
}
first() {
return "first";
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ export class es implements Locale {
commaX0ThroughX1() {
return ", de %s a %s";
}
commaAndX0ThroughX1() {
return ", y de %s a %s";
}
everyHour() {
return "cada hora";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/fa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ export class fa implements Locale {
commaX0ThroughX1() {
return ", %s تا %s";
}
commaAndX0ThroughX1() {
return ", و %s تا %s";
}
first() {
return "اول";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/fi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ export class fi implements Locale {
commaX0ThroughX1(): string {
return ", %s - %s";
}
commaAndX0ThroughX1() {
return ", %s - %s";
}
commaDaysBeforeTheLastDayOfTheMonth(): string {
return ", %s päivää ennen kuukauden viimeistä päivää";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ export class fr implements Locale {
commaX0ThroughX1() {
return ", de %s à %s";
}
commaAndX0ThroughX1() {
return ", et de %s à %s";
}
first() {
return "premier";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/he.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ export class he implements Locale {
commaX0ThroughX1() {
return ", %s עד %s";
}
commaAndX0ThroughX1() {
return ", ו %s עד %s";
}
first() {
return "ראשון";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/hu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ export class hu implements Locale {
commaX0ThroughX1() {
return ", %s - %s";
}
commaAndX0ThroughX1() {
return ", és %s - %s";
}
first() {
return "első";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ export class id implements Locale {
commaX0ThroughX1() {
return ", %s sampai %s";
}
commaAndX0ThroughX1() {
return ", dan %s sampai %s";
}
first() {
return "pertama";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ export class it implements Locale {
commaX0ThroughX1() {
return ", %s al %s";
}
commaAndX0ThroughX1() {
return ", e %s al %s";
}
everyHour() {
return "ogni ora";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ export class ja implements Locale {
commaX0ThroughX1(): string {
return "、%s から %s まで";
}
commaAndX0ThroughX1() {
return "、%s から %s まで";
}
first(): string {
return "1 番目";
}
Expand Down
4 changes: 4 additions & 0 deletions src/i18n/locales/ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ export class ko implements Locale {
return ", %s에서 %s까지";
}

public commaAndX0ThroughX1() {
return ", 및%s에서 %s까지";
}

public first() {
return "첫 번째";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/nb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ export class nb implements Locale {
commaX0ThroughX1() {
return ", %s til og med %s";
}
commaAndX0ThroughX1() {
return ", og %s til og med %s";
}
everyHour() {
return "hver time";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ export class nl implements Locale {
commaX0ThroughX1() {
return ", %s t/m %s";
}
commaAndX0ThroughX1() {
return ", en %s t/m %s";
}
first() {
return "eerste";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/pl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ export class pl implements Locale {
commaX0ThroughX1() {
return ", od %s do %s";
}
commaAndX0ThroughX1() {
return ", i od %s do %s";
}
everyHour() {
return "co godzinę";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/pt_BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ export class pt_BR implements Locale {
commaX0ThroughX1() {
return ", de %s a %s";
}
commaAndX0ThroughX1() {
return ", e de %s a %s";
}
everyHour() {
return "a cada hora";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/pt_PT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ export class pt_PT implements Locale {
commaX0ThroughX1() {
return ", de %s a %s";
}
commaAndX0ThroughX1() {
return ", e de %s a %s";
}
everyHour() {
return "a cada hora";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/ro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ export class ro implements Locale {
commaX0ThroughX1() {
return ", de %s până %s";
}
commaAndX0ThroughX1() {
return ", și de %s până %s";
}
everyHour() {
return "în fiecare oră";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ export class ru implements Locale {
commaX0ThroughX1() {
return ", %s по %s";
}
commaAndX0ThroughX1() {
return ", и %s по %s";
}
first() {
return "первый";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/sk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ export class sk implements Locale {
commaX0ThroughX1() {
return ", od %s do %s";
}
commaAndX0ThroughX1() {
return ", a od %s do %s";
}
first() {
return "prvý";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/sl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ export class sl implements Locale {
commaX0ThroughX1() {
return ", od %s do %s";
}
commaAndX0ThroughX1() {
return ", in od %s do %s";
}
everyHour() {
return "vsako uro";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/sv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ export class sv implements Locale {
commaX0ThroughX1() {
return ", %s till %s";
}
commaAndX0ThroughX1() {
return ", och %s till %s";
}
first() {
return "första";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/sw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ export class sw implements Locale {
commaX0ThroughX1() {
return ", %s hadi %s";
}
commaAndX0ThroughX1() {
return ", na %s hadi %s";
}
first() {
return "ya kwanza";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/tr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ export class tr implements Locale {
commaX0ThroughX1() {
return ", %s ile %s arasında";
}
commaAndX0ThroughX1() {
return ", ve %s ile %s arasında";
}
first() {
return "ilk";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/uk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ export class uk implements Locale {
commaX0ThroughX1() {
return ", %s по %s";
}
commaAndX0ThroughX1() {
return ", та %s по %s";
}
first() {
return "перший";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ export class zh_CN implements Locale {
commaX0ThroughX1() {
return ", %s至%s";
}
commaAndX0ThroughX1() {
return ", 和%s至%s";
}
first() {
return "第一个";
}
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/locales/zh_TW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ export class zh_TW implements Locale {
commaX0ThroughX1() {
return ", %s 到 %s";
}
commaAndX0ThroughX1() {
return ", 和 %s 到 %s";
}
first() {
return "第一個";
}
Expand Down

0 comments on commit d4b0807

Please sign in to comment.