fluidd-core / fluidd

Fluidd, the klipper UI.
https://docs.fluidd.xyz
GNU General Public License v3.0
1.34k stars 399 forks source link

i18n: weblate translations aren't referenced in changelog #1390

Closed thijstriemstra closed 3 months ago

thijstriemstra commented 3 months ago

Fluidd Version

1.28

Browser

Firefox

Device

Desktop PC

Operating System

Linux

What happened

The changelog only mentions direct prs, not weblate prs.

What did you expect to happen

include prs from weblate (in a new section called "Translations"?)

How to reproduce

-

Additional information

No response

pedrolamas commented 3 months ago

Hi @thijstriemstra, thanks for opening this ticket.

Indeed, that has been due to the way we have been merging Weblate pull requests (we squash the PRs before merging).

(FYI @matmen)

I've made a change to Weblate to make it squash all commits per language, keeping the original messages and the authorship as a Co-authored-by: footer, and we will start to manually merge these pull-requests (fast-forward via command line).

pedrolamas commented 3 months ago

Translations for 1.29.0 have featured in the CHANGELOG.md, so closing this now as complete.