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.
 
 
 
 
Benoit Marty 76bc70afa0 Remove Wait list screen #3293 1 week ago
..
de Remove Wait list screen #3293 1 week ago
html Sync Strings from Localazy 2 weeks ago
README.md Update README.md 7 months ago
index.html Migrate license to AGPL - html file. 2 weeks ago

README.md

Screenshots viewer

The screenshots in German are getting generated on a regular basis, each time there is a sync with Localazy. You can open the page index.html in a browser to see the screenshots in English, and their translations into German.

Generate screenshots for other languages

Generating screenshots for other languages can be done locally. Here are the steps to follow:

  • Run the script generateAllScreenshots.py with the languages as parameters to generate the screenshots for the new languages. This will not delete the existing screenshots, but will add new ones for the new languages. This will also update the Javascript data. For instance, to generate screenshots for French and Spanish, run the following command in a terminal:
generateAllScreenshots.py fr es
  • Open the page index.html in a browser to see the new screenshots.