Opened 7 years ago
Last modified 6 years ago
#2923 new feature-request
setup.py create translation files for develop
Reported by: | firefox | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.x |
Component: | Translations | Version: | develop |
Keywords: | Cc: |
Description
deluge gtk doesnt read the .po files installed in the compiled drawer, but if you copy the drawer with ex. /IT/LC_MESSAGES/deluge.mo works, otherwise if in prefs yoy try to select another language will seee none and will go ahead with default english.
Change History (2)
comment:1 Changed 7 years ago by Cas
- Component changed from GTK UI to Translations
- Milestone changed from 2.0 to 2.0.x
- Summary changed from language gtk to setup.py create translation files for develop
- Type changed from bug to feature-request
Note: See
TracTickets for help on using
tickets.
po files are not read directly, they are converted into mo files and for development you need to create the mo files manually. See Development/Translation for details.
I agree it would be useful to be able to have the mo files created in place by setup.py but it's a very low priority as it only affects development code.