-
-
Notifications
You must be signed in to change notification settings - Fork 26.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Spanish translation for Singleton Pattern #2627
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just found one need to change in line 4. The other changes requested are regarding to translations according to the context.
Thanks for your time!
localization/es/singleton/README.md
Outdated
--- | ||
title: Singleton | ||
category: Creational | ||
language: en |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change language here to es
, like this:
language: es
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
localization/es/singleton/README.md
Outdated
- Gang of Four | ||
--- | ||
|
||
## Intención |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this context, I think is better to use Propósito instead of Intención, what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
localization/es/singleton/README.md
Outdated
> Solo puede haber una torre de marfil donde los magos estudian su magia. La misma torre de marfil encantada | ||
> siempre es utilizada por los magos. La torre de marfil aquí es un singleton. | ||
|
||
En palabras simples |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also here, for the context, I think it fits better En otras palabras
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
…to singleton-pattern-es
Kudos, SonarCloud Quality Gate passed! |
Thanks for your suggestions, @miguel-is-coding. All were implemented. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@iluwatar who should be assigned to review and approve this? thanks |
Looks good! Thank you for the contribution 🎉 @all-contributors please add @miguel-is-coding for review |
I couldn't determine any contributions to add, did you specify any contributions? I've put up a pull request to add @miguel-is-coding! 🎉 |
…r#2627) * Translates Singleton Pattern to Spanish for iluwatar#2277 * Fixes the class diagram path * ADD: Suggested changes
Translates the Singleton Pattern to Spanish
Task of #2277