Conversation
Thank you for the pull request! 💙The Scribe-Android team will do our best to address your contribution as soon as we can. If you're not already a member of our public Matrix community, please consider joining! We'd suggest that you use the Element client as well as Element X for a mobile app, and definitely join the Note Scribe uses Conventional Comments in reviews to make sure that communication is as clear as possible. |
Maintainer ChecklistThe following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)
|
|
question: @catreedle, how do we think we can achieve this in a more sustainable way? I think that this change should almost certainly go into Scribe-i18n. Is what you're saying that the contents should be the same for each file? Maybe we can localize the |
yeah. The contents should be the same. I think it makes sense to automate it with Python scripts. |
|
Mapping out the work left for this issue here, @catreedle:
|
|
Hey @catreedle 👋 Let's close this one as #528 will close #515 once you bring the changes from scribe-org/Scribe-i18n#99 into #528 😊 |
Contributor checklist
./gradlew lintKotlin detekt testcommand as directed in the testing section of the contributing guideDescription
Added values-in folder to support legacy Indonesian language code. Android uses both "in" (legacy) and "id" (modern) codes for Indonesian, but translations were only in values-id.
Related issue