Closed (fixed)
Project:
Translation template extractor
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2009 at 23:07 UTC
Updated:
31 Mar 2009 at 08:28 UTC
Comments
Comment #1
gábor hojtsyYou should run with the --mode=core option from the Drupal root. If you have a list of files not in your generated .po but in the Spanish one, we can look at whether there is a pattern of missing files there. Also, (duplicate) only signifies strings which are also in the runtime string list, so you might as well just look them up there instead of translating them from scratch.
Comment #2
Miteto commentedI'm sorry, bad explanation. Since the official translations do not contain "installer.po" I point /profiles/default/lang.po . The files that are not present in installer.pot generated with "--mode=core", but do appear in es.po, ru.po etc. are:
BTW, same goes for the general.pot and general.es.po - they differ in the means of the file sources.
Thanks
Comment #3
gábor hojtsyAnyone else seen this problem? Most of these files seem like basic things which should have been parsed.
Comment #4
Miteto commentedOnce again - my bad. I just read in detail http://drupal.org/project/drupal-pot. And there it is:
.
I'm sorry wasting your time.