I have created and open-sourced gsheet-resources, a Gradle plugin that allows you to export/convert the strings in a Google Sheet into resource files for Android and Kotlin Multiplatform apps.
Storing the translations of an app in a Google Sheet is simple and easy.
- It allows customers to change the strings of an app without having to learn any “real” translation tools (e.g. to edit PO files).
- It makes it possible to share the strings with other platforms (like iOS) without having to use a separate shared repository and git submodules.
Instructions how to install and use gsheet-resources are available in the Github repo.