andreasknoben/Laser
2
28
Fork
You've already forked Laser
9

Adding spanish translation #74

Merged
andreasknoben merged 2 commits from MasterGeekMX/Laser:feat/spanish-translation into develop 2026年04月10日 16:32:58 +02:00
Contributor
Copy link

I added the Spanish translation of the app. The laser.pot file is included as a template for other translators.

I had to include the paths to the data/ui/*.blp folders in the POTFILES.in file to properly track the strings inside, otherwise only the gettext strings in the .py scripts would be translated.

I also modified a bit the importing of gettext in the main.py, sidebar.py and window.py. That is because the gettext.install('laser', localedir) line in laser.in is enough to make all further imports of gettext to alias _("some text")into gettext calls. With this change, the credits of the translator appear on the "about Laser" dialog.

Hailings from Mexico, and I love your app. Three CDs ripped to FLAC and counting!

I added the Spanish translation of the app. The laser.pot file is included as a template for other translators. I had to include the paths to the data/ui/*.blp folders in the POTFILES.in file to properly track the strings inside, otherwise only the gettext strings in the .py scripts would be translated. I also modified a bit the importing of gettext in the main.py, sidebar.py and window.py. That is because the `gettext.install('laser', localedir)` line in laser.in is enough to make all further imports of gettext to alias `_("some text")`into gettext calls. With this change, the credits of the translator appear on the "about Laser" dialog. Hailings from Mexico, and I love your app. Three CDs ripped to FLAC and counting!

Thank you so much for providing the translation and also setting up the translation "system" properly---I hadn't had the opportunity to do that myself. Looks good! Thanks again!

Thank you so much for providing the translation and also setting up the translation "system" properly---I hadn't had the opportunity to do that myself. Looks good! Thanks again!
Author
Contributor
Copy link

Thank you for doing this amazing app for us that refuse to (completely) let go our spinny shiny discs.

Thank you for doing this amazing app for us that refuse to (completely) let go our spinny shiny discs.
MasterGeekMX deleted branch feat/spanish-translation 2026年04月11日 02:11:39 +02:00
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
andreasknoben/Laser!74
Reference in a new issue
andreasknoben/Laser
No description provided.
Delete branch "MasterGeekMX/Laser:feat/spanish-translation"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?