element-x-ada/libraries/ui-strings
Benoit Marty cf832ffef4 Allow user github-actions[bot] to update translations.
Check that new strings are not added to `values/strings.xml`
Signoff not required for "github-actions[bot]" user.
2023-01-19 11:13:48 +01:00
..
src/main Allow user github-actions[bot] to update translations. 2023-01-19 11:13:48 +01:00
build.gradle.kts Create dedicated modules for Strings and apply the plugin com.likethesalad.stem 2023-01-18 11:54:02 +01:00
README.md Add script to import strings, and doc. 2023-01-18 11:54:02 +01:00

Module ui-strings

This module contains strings from Element Android.

The content of this module will be keep synced by the script rootDir/tools/strings/importStringsFromElement.sh, which is run daily by a GitHub action.

Adding new strings

Add new strings to the file ./src/main/res/values/new_strings.xml, or your new strings will be erased on the next sync.

Also, new strings must be added to Element Android to give a chance to get translation.

Long term

In the future, Weblate will be synced directly with this project.