-
Notifications
You must be signed in to change notification settings - Fork 144
Add Spanish translation (#20) #22
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
Add Spanish translation (#20) #22
Conversation
Thanks for helping! I have been wondering what to do with Spanish. I'd say that when there's a split like this the general term should be 'mobile' then country-specific ones 'cellular' (as that refers to a specific implementation), which is what I've done with English (so Am I right in thinking Symfony doesn't support the |
Is it not falling back from |
Unfortunately not, |
No movement upstream, so I took a look at using a compiler pass to add in the inheritance. It's more complicated than I'd hoped, but does work (see thewilkybarkid@0524256). So, could you change this PR so that |
Thanks for your effort, I'll update the PR this weekend. |
Thanks for that, would you mind just squashing the commits then I'll merge (and open a PR for the compiler pass). |
OK, I guess I need to close this one and create the rebase on a new branch to prevent rewriting public git history conflicts, isn't it? |
There's no need to create a new one: the branch is just for a pull request so it's fine to rewrite the history (and a lot of repos will ask to do this - it's just to keep the commit history in the actual repo cleaner). |
OK, I have chance to do it this weekend. |
Ready. |
Great, thanks! 😃 |
Add Spanish translation (#20)
Includes generic Spanish which uses "celular" for mobile (mostly Latin America) and a specific Spanish from Spain version which uses "móvil" for mobile.