studio-controls
studio-controls copied to clipboard
Translations (i18n)
I would like to translate the application!
Pull Requests are welcome!
But how is that make? I could translate it, but on first instance the code must be internationalized
I am not against the code being internationalized but I do not have the time or knowledge to do so. So PRs are welcome.
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.