How to build capture app with local string?

There is no local translating version for the release. how to build ?

Hi @linxd,
Translations in the capture app are done using transifex. You can ask for a missing language and permissions to translate the android app. This will update the app github repository with the new resources and we will release a patch version with the new language.
If you want to update a fork with a translation, you can also add a value-xx folder in the app resources with a strings.xml file and use Android Studio translation tool to add the missing ones.

1 Like

Thanks. I have added a value_zh folder, but the cmd
gradlew buildRlease can’t success . the branch v.2.0.1 can do success by : gradlew boundleRelease , but no localize aab.