humhub/protected
mbumpalumpa b829420188
Uninstalled > Not Installed - Marketplace (#6991)
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
2024-05-06 15:30:53 +00:00
..
2018-05-04 00:49:45 +02:00