diff --git a/.gitignore b/.gitignore index aaf76d3..9f7bfd4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ vendor .fleet .idea .vscode -.DS_Store \ No newline at end of file +.DS_Store +composer.lock \ No newline at end of file diff --git a/README.md b/README.md index cc98487..fc6bdf5 100644 --- a/README.md +++ b/README.md @@ -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 // ] ``` @@ -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/). diff --git a/README_SPANISH.md b/README_SPANISH.md index fd3416e..e9d724c 100644 --- a/README_SPANISH.md +++ b/README_SPANISH.md @@ -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 // ] ``` @@ -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