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

Translations (i18n) #25

Open
Porrumentzio opened this issue Nov 18, 2020 · 4 comments
Open

Translations (i18n) #25

Porrumentzio opened this issue Nov 18, 2020 · 4 comments
Labels
good first issue Good for newcomers

Comments

@Porrumentzio
Copy link

I would like to translate the application!

@eeickmeyer eeickmeyer added the good first issue Good for newcomers label Nov 18, 2020
@eeickmeyer
Copy link
Collaborator

Pull Requests are welcome!

@Porrumentzio
Copy link
Author

But how is that make? I could translate it, but on first instance the code must be internationalized

@ovenwerks
Copy link
Owner

I am not against the code being internationalized but I do not have the time or knowledge to do so. So PRs are welcome.

@Porrumentzio
Copy link
Author

I have been checking how to internationalizate Studio Controls and I have some files that may be internationalized:


usr

    share

            applications > .desktop

            man

                    man1 > .1

                    man2 > .2

            polkit-1

                    actions > .policy

            studio-controls > .glade

    lib

            systemd > studio (maybe?)

    bin

            studio-contols

            convert-studio-contols (maybe?)

            autojack (maybe?)


AUTHORS

CHANGELOG

INSTALL

I thought that gettext (.pot, .po and .mo files) might be useful and compatible with Python: https://docs.python.org/3/library/gettext.html

Also I saw that /usr/share/studio-controls/studio-controls.glade, a XML file, do have "translatable" parameters, so I don't know how to manage it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants