Closed mrz5802 closed 1 year ago
Can you help me compile it into apk file? Thank you
Hi @mrz5802, thanks for the translation!
If you want to compile it into the APK you will need to be set up for the Android development (Android Studio, Build tools, etc.) If you have it set up already, then it's as easy as creating the values-zh
folder inside cofi-share/src/main/res
and adding strings you've translated there inside strings.xml
file
Next set would be to add zh
as a valid language inside https://github.com/rozPierog/Cofi/blob/main/cofi-share/build.gradle#L17 and https://github.com/rozPierog/Cofi/blob/main/app/src/main/res/xml/locales_config.xml#L10
After that you should be ready to just compile the app and it should be visible. If everything is okay I would appreciate submitting those changes as a Pull Request so that I can merge it to the main branch.
Or I can just put it there for you and the translation will be available in the next update 😉