Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable7] fix(l10n): Update translations with current master translations #4652

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Oct 15, 2023

☑️ Resolves

Update translations from current master as transifex does not allow automatically update multiple branches.
Done like this:

pushd l10n
for f in *; do msgmerge -N ../master-l10n/$f $f | sed '/^#~/d' | sed '/^$/N;/^\n$/D' > a; mv a $f; done
popd

🏁 Checklist

  • ⛑️ Tests are included or are not applicable
  • 📘 Component documentation has been extended, updated or is not applicable

```
pushd l10n
for f in *; do msgmerge -N ../master-l10n/$f $f | sed '/^#~/d' | sed '/^$/N;/^\n$/D' > a; mv a $f; done
popd
```

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux added bug Something isn't working 3. to review Waiting for reviews l10n Localization labels Oct 15, 2023
@susnux susnux changed the title fix(l10n): Update translations with current master translations [stable7] fix(l10n): Update translations with current master translations Oct 15, 2023
Copy link
Contributor

@raimund-schluessler raimund-schluessler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine with me. But it is hard to tell, whether the translations really match, as we might not have backported every language change.

@susnux
Copy link
Contributor Author

susnux commented Oct 16, 2023

Fine with me. But it is hard to tell, whether the translations really match, as we might not have backported every language change.

They are only used if they fully match as -N disables fuzzy matching.
Just needed to fix the translations for some of the languages where they were broken.

@susnux susnux merged commit 544f41b into stable7 Oct 16, 2023
@susnux susnux deleted the fix/stable7-l10n-updates branch October 16, 2023 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working l10n Localization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants