abouttreesummaryrefslogcommitdiff
path: root/metadata/android/en
AgeCommit message (Collapse)AuthorFilesLines
2024-03-04Revert renaming metadata locale directoriesJules Aguillon41-247/+0
Metadata directories were renamed while adding store descriptions into strings files for simplicity. This interferes with releases so is released. An hardcoded lookup table is used instead.
2024-03-03Release 1.27.0 (39)Jules Aguillon1-0/+6
2024-02-06Move store descriptions into strings filesJules Aguillon40-0/+241
This makes translation easier as there's a single file to edit at. Existing short and full descriptions are conserved. sync_translations.py takes care of updating the metadata files. The metadata directories are renamed to match the language codes used in `res/`. Contributing guidelines are updated accordingly.