mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
b829420188
As described in the Staff Wiki, I have: 1. Changed translations in the source files (ModuleFilters.php and FilterService.php). 2. Applied new wording/translations to messages/lang/base.php using regex to speed up the process. This involved cases where translations did not exist (e.g., changing 'Uninstalled' => '' to 'Not Installed' => '') and cases where translations were available (e.g., Serbian 'Uninstalled' => 'Deinstalirano' to 'Uninstalled' => ''). 3. For some languages, there is also a messages/lang/archive.json file containing the same key-value pairs. I successfully updated a few of them and validated the .json data. However, for the following six languages, it wasn't possible due to duplicated keys: DE - archive.json ES - archive.json FR - archive.json HU - archive.json IT - archive.json JA - archive.json I hope this is ok. I'm not sure about the .json files; whether they are some sort of minified/compiled versions of base.php or if I even needed to update wordings within them. Issue: https://github.com/humhub/wording/issues/136