owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
421 stars 157 forks source link

fix: use gettext config for l10n-write #11017

Closed kulmann closed 1 month ago

kulmann commented 1 month ago

Description

After https://github.com/owncloud/web/pull/10389 was merged, the translation sync CI job committed translations.json files without any translations, only english was included.

This PR here includes:

How Has This Been Tested?

Ran all the steps locally, everything looking good now.

Types of changes

update-docs[bot] commented 1 month ago

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

kulmann commented 1 month ago

CI is red because translations are empty for anything except English and there are two e2e tests that check on translated content. I'll force-merge and trigger the translation-sync drone job to get up to date translations again.