nextcloud / contacts

📇 Contacts app for Nextcloud
https://apps.nextcloud.com/apps/contacts
GNU Affero General Public License v3.0
571 stars 172 forks source link

localization missing for "Teams are groups of people" #4174

Closed yeoldegrove closed 1 month ago

yeoldegrove commented 1 month ago

If you search for https://github.com/search?q=org%3Anextcloud+%22teams+are+groups+of+people+that+you+can+create+yourself%22&type=code you will find that there is localization missing for every language.

But e.g. the German translation page does not even list the section: https://app.transifex.com/nextcloud/nextcloud/translate/#de/contacts/111899448

It could be because of the odd formatting of these lines (a ":" is missing): https://github.com/nextcloud/contacts/blob/dedf9440247425602a085eb22336ddaca029bda7/l10n/de_DE.js#L226

hamza221 commented 1 month ago

It is listed Image

yeoldegrove commented 1 month ago

@hamza221 thanks for pointing this out. I am running nextcloud 29 (contacts 6.0) and there the term is only included in l10n/de_DE.jsl and not in l10n/de_DE.js... This added to my confusion ;)