Hello, when building gtk-qt-engine , I see that resulting translations files are built: /opt/trinity/share/locale/bg/LC_MESSAGES/bg.mo /opt/trinity/share/locale/de/LC_MESSAGES/de.mo [...]
But, is it normal that files are named like "language.mo" instead of "application.mo" ? For other applications, the translation file is always named like the application itself Ex: /opt/trinity/share/locale/de/LC_MESSAGES/filelight.mo
I think there will be file conflict as soon as another application uses the same naming convention as gtk-qt-engine ...
Francois
On Saturday 04 of August 2012 12:22:23 Francois Andriot wrote:
Hello, when building gtk-qt-engine , I see that resulting translations files are built: /opt/trinity/share/locale/bg/LC_MESSAGES/bg.mo /opt/trinity/share/locale/de/LC_MESSAGES/de.mo [...]
But, is it normal that files are named like "language.mo" instead of "application.mo" ? For other applications, the translation file is always named like the application itself Ex: /opt/trinity/share/locale/de/LC_MESSAGES/filelight.mo
I think there will be file conflict as soon as another application uses the same naming convention as gtk-qt-engine ...
Francois
François,
good point. The name is obviously wrong. Well should appoint gtkqtengine.po. It seems that the error is in their names in the source tree. They are divided into folders according to locale, but instead to have the intended name, again, are named according to locale. I'll try to fix it.
Thank you. Slávek --
On Saturday 04 of August 2012 12:38:44 Slávek Banko wrote:
On Saturday 04 of August 2012 12:22:23 Francois Andriot wrote:
Hello, when building gtk-qt-engine , I see that resulting translations files are built: /opt/trinity/share/locale/bg/LC_MESSAGES/bg.mo /opt/trinity/share/locale/de/LC_MESSAGES/de.mo [...]
But, is it normal that files are named like "language.mo" instead of "application.mo" ? For other applications, the translation file is always named like the application itself Ex: /opt/trinity/share/locale/de/LC_MESSAGES/filelight.mo
I think there will be file conflict as soon as another application uses the same naming convention as gtk-qt-engine ...
Francois
François,
good point. The name is obviously wrong. Well should appoint gtkqtengine.po. It seems that the error is in their names in the source tree. They are divided into folders according to locale, but instead to have the intended name, again, are named according to locale. I'll try to fix it.
Thank you. Slávek
Fixed in GIT hash 29e73fb8. ...and also in v3.5.13-sru branch.
Slávek --