Changing the way the translations are handled:

To make the Weblate integration simplier, this commit merge all
translations in yml files (there is no more distinction between
standards and settings strings)

This yml files will be handled by Weblate.

TODO: document the new translation process.
This commit is contained in:
John Livingston
2023-06-09 17:08:39 +02:00
parent df27e4ead1
commit 89a11cd3d6
23 changed files with 198 additions and 316 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## ??? (Unreleased yet)
### Minor changes and fixes
* Translations are now made using Weblate. This requires some technical changes, but there is no functional differences.
TODO: update the documentation
## 7.0.2
* Fix: Letsencrypt certificate import procedure was not working on server that had never installed Prosody. Adding `prosody_user` in the Prosody configuration file to fix this. Updating the procedure: the `chown` is no more needed in `/etc/letsencrypt/renewal-hooks/deploy/prosody.sh`.