-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rmunate
authored and
rmunate
committed
Sep 12, 2023
1 parent
398bab3
commit 1e5857e
Showing
12 changed files
with
70 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
vendor | ||
# Ignore common macOS files and directories | ||
**/.DS_Store | ||
|
||
# Ignore automatically generated files and directories | ||
/vendor/ | ||
/.fleet | ||
/.idea | ||
/.vscode | ||
/.DS_Store | ||
|
||
|
||
# Ignore Composer generated directory and files | ||
/vendor | ||
|
||
# Ignore development tool generated files and directories | ||
.fleet | ||
.idea | ||
.vscode | ||
.DS_Store | ||
composer.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,16 +41,16 @@ To obtain the current list of languages with support, execute the following comm | |
```php | ||
SpellNumber::getAllLocales(); | ||
// 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 | ||
// 'de', // German | ||
// 'en', // English | ||
// 'es', // Spanish | ||
// 'pt', // Portuguese | ||
// 'fr', // French | ||
// 'it', // Italian | ||
// 'ro', // Romanian | ||
// 'fa', // Farsi | ||
// 'hi', // Hindi | ||
// 'pl', // Polish | ||
// ] | ||
``` | ||
|
||
|
@@ -121,7 +121,6 @@ SpellNumber::float('12345.23')->locale('es')->toLetters(); | |
``` | ||
|
||
## Creator | ||
|
||
- 🇨🇴 Raúl Mauricio Uñate Castro | ||
- Email: [email protected] | ||
|
||
|
@@ -136,6 +135,8 @@ This project is under the [MIT License](https://choosealicense.com/licenses/mit/ | |
|
||
🌟 Support My Projects! 🚀 | ||
|
||
[![Become a Sponsor](https://img.shields.io/badge/-Become%20a%20Sponsor-green?style=for-the-badge&logo=github)](https://github.com/sponsors/rmunate) | ||
|
||
Make any contributions you see fit; the code is entirely yours. Together, we can do amazing things and improve the world of development. Your support is invaluable. ✨ | ||
|
||
If you have ideas, suggestions, or just want to collaborate, we are open to everything! Join our community and be part of our journey to success! 🌐👩💻👨💻 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,16 +41,16 @@ Para obtener la lista actual de idiomas compatibles, ejecuta el siguiente comand | |
```php | ||
SpellNumber::getAllLocales(); | ||
// 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 | ||
// 'de', // German | ||
// 'en', // English | ||
// 'es', // Spanish | ||
// 'pt', // Portuguese | ||
// 'fr', // French | ||
// 'it', // Italian | ||
// 'ro', // Romanian | ||
// 'fa', // Farsi | ||
// 'hi', // Hindi | ||
// 'pl', // Polish | ||
// ] | ||
``` | ||
|
||
|
@@ -109,7 +109,6 @@ SpellNumber::value(100.65)->locale('pl')->currency('złotych')->fraction('groszy | |
``` | ||
|
||
#### Otros Métodos de Inicialización | ||
|
||
Para admitir la versión 1.X, se mantienen los siguientes métodos de inicialización. | ||
|
||
```php | ||
|
@@ -121,7 +120,6 @@ SpellNumber::float('12345.23')->locale('es')->toLetters(); | |
``` | ||
|
||
## Creador | ||
|
||
- 🇨🇴 Raúl Mauricio Uñate Castro | ||
- Correo Electrónico: [email protected] | ||
|
||
|
@@ -133,13 +131,12 @@ SpellNumber::float('12345.23')->locale('es')->toLetters(); | |
- [Jens Twesmann](https://github.com/jetwes) (German Language) | ||
|
||
## Licencia | ||
|
||
Este proyecto se encuentra bajo la [Licencia MIT](https://choosealicense.com/licenses/mit/). | ||
|
||
🌟 ¡Apoya Mis Proyectos! 🚀 | ||
|
||
Realiza cualquier contribución que consideres adecuada; el código es completamente tuyo. Juntos, podemos hacer cosas increíbles y mejorar el mundo del desarrollo. Tu apoyo es invaluable. ✨ | ||
[![Hazte patrocinador](https://img.shields.io/badge/-Házte%20patrocinador-green?style=for-the-badge&logo=github)](https://github.com/sponsors/rmunate) | ||
|
||
Si tienes ideas, suger | ||
Realiza cualquier contribución que consideres adecuada; el código es completamente tuyo. Juntos, podemos hacer cosas increíbles y mejorar el mundo del desarrollo. Tu apoyo es invaluable. ✨ | ||
|
||
encias o simplemente quieres colaborar, ¡estamos abiertos a todo! Únete a nuestra comunidad y sé parte de nuestro camino hacia el éxito. 🌐👩💻👨💻 | ||
Si tienes ideas, sugerencias o simplemente quieres colaborar, ¡estamos abiertos a todo! Únete a nuestra comunidad y sé parte de nuestro camino hacia el éxito. 🌐👩💻👨💻 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.