FineFindus / eyedropper

Pick and format colors
https://apps.gnome.org/Eyedropper
GNU General Public License v3.0
260 stars 26 forks source link

Update all .po files #104

Closed milotype closed 8 months ago

milotype commented 9 months ago
milotype commented 9 months ago

@FineFindus In future I will make separate commits, I promise :-)

But in this case I've done several changes in all .po files at once per GitHub, because the component Eyedropper at Hosted Weblate is currently locked for all languages.

Maybe you can merge my changes for all files in this commit nevertheless and then apply them in Hosted Weblate?! I'm not a programmer, so I don't really know about the procedures between GitHub and Hosted Weblate :-(

I'm not sure what you mean by this.

Concearning my message: added "translations" for the strings "Oklab" and "Oklch"

#: src/widgets/preferences/preferences_window.rs:413
msgid "Oklab"
msgstr "Oklab"
#: src/widgets/preferences/preferences_window.rs:414
msgid "Oklch"
msgstr "Oklch"

It means that I've simply copied those two strings unchanged in every .po language file, because the source strings shouldn't be tanslated.

Please also check my isue #105.

FineFindus commented 8 months ago

Sorry, but I'm not going to merge this as a single commit. You can use git reset --soft HEAD~1 to reset the entire commit and then commit again, or use git rebase --interactive HEAD~1.

milotype commented 8 months ago

Sorry, I'm not a programmer (just a translator) and I don't know how to do what you suggest. :-(( Can you or someone else maybe do what is needed to resolve it? I think the project would benefit if my changes would be merged.

FineFindus commented 8 months ago

Thanks.