Android Matrix messenger application using the Matrix Rust Sdk and Jetpack Compose
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
bmarty 12a3b5e35e Import strings from Element Android 2 years ago
..
src/main Import strings from Element Android 2 years ago
README.md Add script to import strings, and doc. 2 years ago
build.gradle.kts Rename uistrings module 2 years ago

README.md

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.