Skip to content

Commit

Permalink
Add German
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunate authored and rmunate committed Sep 11, 2023
1 parent 52ddb82 commit 398bab3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 21 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ vendor
.fleet
.idea
.vscode
.DS_Store
.DS_Store
composer.lock
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,17 @@ To obtain the current list of languages with support, execute the following comm

```php
SpellNumber::getAllLocales();
// array [▼
// 0 => "en" (English)
// 1 => "es" (Spanish)
// 2 => "pt" (Portuguese)
// 3 => "fr" (French)
// 4 => "it" (Italian)
// 5 => "ro" (Romanian)
// 6 => "fa" (Farsi)
// 7 => "hi" (India)
// 8 => "pl" (Polish)
// array [
// 'de', // German from Germany
// 'en', // English from the United States
// 'es', // Spanish from Spain
// 'pt', // Portuguese from Portugal
// 'fr', // French from France
// 'it', // Italian from Italy
// 'ro', // Romanian from Romania
// 'fa', // Farsi from Iran
// 'hi', // Hindi from India
// 'pl', // Polish from Poland
// ]
```

Expand Down Expand Up @@ -128,6 +129,7 @@ SpellNumber::float('12345.23')->locale('es')->toLetters();
- [Siros Fakhri](https://github.com/sirosfakhri) (Farsi Language)
- [Ashok Devatwal](https://github.com/ashokdevatwal) (Hindi Language)
- [Olsza](https://github.com/olsza) (Polish Language)
- [Jens Twesmann](https://github.com/jetwes) (German Language)

## License
This project is under the [MIT License](https://choosealicense.com/licenses/mit/).
Expand Down
22 changes: 12 additions & 10 deletions README_SPANISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,17 @@ Para obtener la lista actual de idiomas compatibles, ejecuta el siguiente comand

```php
SpellNumber::getAllLocales();
// array [▼
// 0 => "en" (Inglés)
// 1 => "es" (Español)
// 2 => "pt" (Portugués)
// 3 => "fr" (Francés)
// 4 => "it" (Italiano)
// 5 => "ro" (Rumano)
// 6 => "fa" (Farsi)
// 7 => "hi" (Hindi)
// 8 => "pl" (Polaco)
// array [
// 'de', // German from Germany
// 'en', // English from the United States
// 'es', // Spanish from Spain
// 'pt', // Portuguese from Portugal
// 'fr', // French from France
// 'it', // Italian from Italy
// 'ro', // Romanian from Romania
// 'fa', // Farsi from Iran
// 'hi', // Hindi from India
// 'pl', // Polish from Poland
// ]
```

Expand Down Expand Up @@ -129,6 +130,7 @@ SpellNumber::float('12345.23')->locale('es')->toLetters();
- [Siros Fakhri](https://github.com/sirosfakhri) (Idioma Farsi)
- [Ashok Devatwal](https://github.com/ashokdevatwal) (Idioma Hindi)
- [Olsza](https://github.com/olsza) (Idioma Polaco)
- [Jens Twesmann](https://github.com/jetwes) (German Language)

## Licencia

Expand Down

0 comments on commit 398bab3

Please sign in to comment.