Skip to content
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

Spanish localization #1386

Open
LukasKorba opened this issue Oct 23, 2024 · 0 comments
Open

Spanish localization #1386

LukasKorba opened this issue Oct 23, 2024 · 0 comments
Assignees

Comments

@LukasKorba
Copy link
Collaborator

English texts attached.

The format is very simple, it's always 1 instance per line following this rule:

"" = "";

where the 1st field is a key and the 2nd field is the value itself, aka the text visible in the UI.

"key" = "text";

Leave the keys untouched at this point and only focus on the actual texts. As a result, I need this strings file in Spanish, there is no english anymore in the file. I will add this file next to the one with english texts and iOS will pick A or B depending on the settings of the iPhone. What must stay the same is the keys.

Localizable.strings.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants