LivingWithHippos / unchained-android

App to interact with real-debrid API
GNU General Public License v3.0
406 stars 50 forks source link

Help with new translations #36

Open LivingWithHippos opened 4 years ago

LivingWithHippos commented 4 years ago

Use a service such as Crowdin or Weblate to let contributors add their own translation to the project.

LivingWithHippos commented 3 years ago

Closed with #79

It is now possible to add/contribute to translations from here

LivingWithHippos commented 3 years ago

Using the platform is not strictly required, it is also possible to just fork the project, clone and switch to the dev branch, create a new branch and create a new strings.xml file under a values-LANGUAGE_CODE folder like it was done for this one and open a PR to merge it.

Official docs on localization:

Invictaz commented 3 years ago

Why create a new branch?

LivingWithHippos commented 3 years ago

Ah that's right it is not necessary since you just fork it. I was thinking about more complex issues where it could be helpful.

LivingWithHippos commented 3 years ago

It's probably done so it can be understood immediately what is being asked to be merged. Seeing a new-language-spanish branch is better than seeing a dev branch

LivingWithHippos commented 2 years ago

The translation app has been put on hold while I fix some issues

LivingWithHippos commented 1 year ago

Crowdin support has been added but there is a last bug that needs to be solved

https://community.crowdin.com/t/android-translation-of-plurals-changes-attribute-and-fails-ci/3013

The timeline is Q1 2023, in the meanwhile strings can be translated "manually" by just editing the corresponding strings.xml file, no need to install any software (a text editor with xml support will make this easier, see notepad++, jetbrains fleet, vscode, sublime text editor...). Ask here if you need any help setting it up

todo: