-
|
I'm loving this client so much, I already know it's going to be my only client on Linux 🐧 I'd like to add an Italian localization. Can anybody indicate me how to do it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Hey! Glad you like GitFourchette :) An Italian localization would be great! Here's a localization guide. If you need to get started with a blank The guide explains the rest. You may need PySide6 tool wrappers to use some of the commands in the guide, such as Let me know if anything's unclear or if you need help. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Hi @FabianoIlCapo – You spurred me to streamline the translation process. You now have the choice to use Weblate (a convenient web translation platform), or POEdit on your own machine (no more dev tooling to set up):
Sorry for this change – Since you're the first person to translate GitFourchette, I figured it was high time to simplify the process. If you had already made some progress with the previous setup (Qt Linguist), that work isn't lost – just send me your |
Beta Was this translation helpful? Give feedback.
Hi @FabianoIlCapo – You spurred me to streamline the translation process.
You now have the choice to use Weblate (a convenient web translation platform), or POEdit on your own machine (no more dev tooling to set up):
Via Weblate (recommended): Here's GitFourchette on Weblate, and here's a blank Italian localization ready for you. Just translate at your own pace and Weblate will take care of the rest.
Offline: You don't need to install the dev toolchain anymore; the only thing you need is POEdit. Open
gitfourchette/assets/lang/gitfourchette.potin POEdit, select Italian, and start translating. I've updated the instructions if you need more details.Sorry for this change – Since you'r…