Closed (fixed)
Project:
Bibliography Module
Version:
5.x-1.10
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
15 Dec 2007 at 16:56 UTC
Updated:
14 Feb 2009 at 15:19 UTC
I updated the Spanish translation for the 1.10 version
potx bug reported, and all the strings revised, so all MUST be ok.
I'll begin with the 5.x-1.x-dev right now.
| Comment | File | Size | Author |
|---|---|---|---|
| biblio_1.10_.es_.po_.zip | 9.36 KB | Gocho |
Comments
Comment #1
Gocho commentedThe 1.10 translation works for the last -dev too :)
Comment #2
Farreres commentedHey, I was asking the other day on FreeNode and nowone replied to this. If I have a .po for a version and a new version shows up, how can I adapt the old po adding the strings in the new file? Because I don't want to translate again all the strings. Is there any po merger or updater?
Comment #3
Gocho commentedThe main problem is that some strings may have a new string number and then drupal can't import the old ones in the correct table position, so it ignores them.
I use this method, with potx installed as module:
1.- Install the new version for the module.
2.- Import the .po for the old version as usual.
3.- Export the .po for the new version (with the "potx tab" in "localization", with translations).
4.- Edit the new version with your favorite editor and search the empty ones. Almost all must be translated. If a string it's in the old version with another number cut&paste in the new one.
I updated the biblio translation in 10-20 minutes.
NOTE:
There are a bug in potx and any string with a " character in it doesn't export. Bug here:
http://drupal.org/node/201253
Comment #4
rjerome commentedThanks Gocho, I'll include that in the next release. You are best to keep your translation current wiith the -dev version since this version is always going to become the next release a some point.
If you prefer, I could give you a heads up when a -dev release is about to become a new official release.
Ron.
Comment #5
Gocho commentedThis will be great. I'll translate de -dev version the next time.
I'm trying now the z3950 and biblio-z3950 modules. I can't make them work :(
Comment #6
rjerome commentedIt's been a while since I looked at this module, and I don't think it was ever ready for prime time but you want to try it out you will have to install the YAZ extension for PHP (http://www.php.net/manual/en/ref.yaz.php) to make it work.
Ron.
Comment #7
Gocho commentedYes I know, the last version of the z3950 module warnings when you don't have de YAZ extension installed (not the biblio-z3950, because it's based in an older version). But doesn't work yet.
I'll investigate more with the z3950 developers and read both sourcecodes
Comment #8
catdevrandom commented