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

How can I contribute with the translation into Spanish? #323

Open
kakopedreros opened this issue Apr 2, 2021 · 6 comments
Open

How can I contribute with the translation into Spanish? #323

kakopedreros opened this issue Apr 2, 2021 · 6 comments

Comments

@kakopedreros
Copy link
Contributor

Hello,

how can i contribute with the translation into Spanish? Reading one pull request and browsing into the code i find the file:

android/app/src/main/res/values/strings.xml

I work in a University and we would launch eduVPN in the next weeks. We want to provide a useful translation of Spanish for Latinamerica.

Best regards,

@dzolnai
Copy link
Collaborator

dzolnai commented Apr 2, 2021

Hello @kakopedreros

You can make a new directory called values-es in the res/ directory, and copy the strings.xml over.
Then you can replace the translation values with their Spanish translation:

<resources xmlns:tools="http://schemas.android.com/tools"
           tools:locale="en-US">
    <string name="clear_log">Clear log in Spanish</string>

Note that I skipped the string app_name. That is, because I don't want it to be translated.
If you have any questions, ask here, or make a pull request with your changes so we can review them.

Thanks for your help!

@kakopedreros
Copy link
Contributor Author

Thanks for the instructions.

I will start the fork of the project and start with the creation of the file. When i finish i will make a pull request for your review.

Best regards,

@kakopedreros
Copy link
Contributor Author

kakopedreros commented Apr 10, 2021

Just create the pull request #324 with the translated files. I hope this could be usefull.

Best regards,

@dzolnai
Copy link
Collaborator

dzolnai commented Apr 13, 2021

@fkooman I think we can make a new release, @kakopedreros has supplied the translations and they seem to be working fine.

@ghost
Copy link

ghost commented Apr 13, 2021

Yes, I just tagged 2.0.4 and will build the Let's Connect! variant, upload it and test it.

Thanks all!

@ghost
Copy link

ghost commented Apr 13, 2021

Build with translation and parallel install fix is available: https://app.letsconnect-vpn.org/android/LetsConnect-2.0.4.apk

My Android device is installing updates, so it will be a while before I can test.

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