feat: split Spanish locale into es-ES and es-LA#2077
Open
aspectedu wants to merge 6 commits intohydralauncher:mainfrom
Open
feat: split Spanish locale into es-ES and es-LA#2077aspectedu wants to merge 6 commits intohydralauncher:mainfrom
aspectedu wants to merge 6 commits intohydralauncher:mainfrom
Conversation
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



When submitting this pull request, I confirm the following (please check the boxes):
Fill in the PR content:
Description
The previous Spanish translation was heavily influenced by a specific regional dialect (Argentine Spanish), including local slang like "piola" and "voseo" (verbs like empezá, añadí). This felt unprofessional for users from Spain and other Spanish-speaking regions.
Changes
src/locales/es-LA.src/locales/es-ESusing standardized Spanish (Castilian) terminology and formal gaming conventions (inspired by Steam's UI).src/locales/index.tsto export both variants, following the project's existing pattern for Portuguese (pt-PTandpt-BR).This ensures a better user experience for all Spanish speakers by allowing them to choose their preferred dialect in the settings menu.