Skip to content

Commit ca771fa

Browse files
committed
Add Spanish support
From unmerged PR on parent repo: Ballasi#29
1 parent e3ede74 commit ca771fa

8 files changed

Lines changed: 1509 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Here is a list of all of the supported languages:
8383
| 🇫🇷🇨🇦 | `Lang::French` | `fr` | French | quarante-deux |
8484
| 🇧🇪🇨🇩 | `Lang::French_BE` | `fr_BE` | French (BE) | quarante-deux |
8585
| 🇨🇭 | `Lang::French_CH` | `fr_CH` | French (CH) | quarante-deux |
86+
| 🇪🇸 | `Lang::Spanish` | `es` | Spanish | cuarenta y dos|
8687
| 🇺🇦 | `Lang::Ukrainian` | `uk` | Ukrainian | сорок два |
8788

8889
This list can be expanded! Contributions are welcomed.

src/bin/bin.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ AVAILABLE LANGUAGES:
2525
fr: French (France and Canada)
2626
fr_BE: French (Belgium and the Democratic Republic of the Congo)
2727
fr_CH: French (Swiss Confederation and Aosta Valley)
28+
es: Spanish
2829
uk: Ukrainian
2930
3031
AVAILABLE OUTPUTS:

0 commit comments

Comments
 (0)