There's no way to specify where's the po directory if it's not on topdir
Bug #823217 reported by
Gil
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
intltool |
Triaged
|
Medium
|
Unassigned |
Bug Description
The vast majority of projects have a po folder right on topdir and thus intltool-update magic works perfectly, but when the po file is deep inside the project folder structure it doesn't work.
WebKitGTK+[1] is part of WebKit[2] and the layout set up for all ports (including WebKitGTK+) is to be inside Source/WebKit/gtk and the po directory inside that one (so Source/WebKit/gtk).
If you have a working POTFILES.in "intltool-update -g 'webkit' -p" works fine, but if you do a "intltool-update -m" it fails to work.
A solution could be to add an option to specifying which topdir should be used so working around this bug.
Cheers,
To post a comment you must log in.
It would be nice to make entire detection of the translation dir less dependent on autoconf setup as well. However, it would probably mean a lot of changes altogether.