Line 45: |
Line 45: |
| ===FormMagick files=== | | ===FormMagick files=== |
| *these are XML files with a <base> and <trans> pair of strings | | *these are XML files with a <base> and <trans> pair of strings |
− | : we create .po files from the english versions [2] | + | : we create .po files from the english versions |
| : using subversion we load these into pootle as .pot template files | | : using subversion we load these into pootle as .pot template files |
| + | : see http://wiki.contribs.org/Xml2po |
| | | |
| * changes to original files, have to be tracked as usual in the bug tracker | | * changes to original files, have to be tracked as usual in the bug tracker |
| : <base> strings only have to be added (or removed) to the cvs xml file for english | | : <base> strings only have to be added (or removed) to the cvs xml file for english |
| | | |
− | *at some point we apply the new translation back to the xml file [3] | + | *at some point we apply the new translation back to the xml file |
| then diff against cvs, make patch, check and apply | | then diff against cvs, make patch, check and apply |
| | | |
− | : [1] smeserver-locale smefetchpo | + | : [1] smeserver-locale.src.rpm smefetchpo |
− | : [2] smeserver-locale newxml.en
| |
− | : [3] smeserver-locale smefetchxml, smexml* smereload
| |