Summary | Translation.php finds not enough |
Queue | Horde Base |
Queue Version | 3.0.3 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | alex (at) vc (dot) bks (dot) by |
Created | 03/18/2005 (7433 days ago) |
Due | |
Updated | 03/19/2005 (7432 days ago) |
Assigned | 03/19/2005 (7432 days ago) |
Resolved | 03/19/2005 (7432 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
rename them. Even if that was not the case, you should make
translations always from the distributed code, without any changes.
docs/INSTALL. This is the way of configuring application. I think I
must configure it at first, and then try to translate it.
Then, why translation.php try to find php.dist files?
State ⇒ Feedback
It actually should use the .php.dist files, any chance that you don't
have them anymore?
In out.txt we see full xgettext call ($sh from translation.php). And
we can't see any file from /config directory there, prefs.php for
example. And you say "command line are correct"?
I'm don't understard you,sorry...
State ⇒ Not A Bug
blame xgettext if not all strings are retrieved.
New Attachment: out.txt
Maybe using of .pot files is a good idea, but you can try to find for
example a "IMSP" word there. I find nothing :-(
State ⇒ Feedback
application where this happens. For example:
translation.php -d extract -m turba
Also, please note that you can use the existing .pot files that are
regularly updated, for example:
translation.php merge -m horde -l ru_RU
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Translation.php finds not enough
Queue ⇒ Horde Base
State ⇒ Unconfirmed
project. First, I need to update ru_RU.po, what have been updated the
last time more than 2 years ago.
$./translation.php -d update -m horde -l ru_RU
Then, I can't find in ru_RU.po many things. Option (-d) shows more
output, and I cant find config/ directory there. So, for example
config/prefs.php was not included to extract process. Also its true
for Imp, Turba, etc.
I think this is a bug in translation.php.