Line 64: |
Line 64: |
| *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 [2] |
− | : we load these into pootle as .pot template files and update other languages from these | + | : using subversion we load these into pootle as .pot template files and update other languages from these |
| | | |
| * 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 |
| : new <base> strings only have to be added (or removed) to the cvs xml file for english | | : new <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 [2] | + | *at some point we apply the new translation back to the xml file [3] |
| then diff against cvs, make patch, check and apply | | then diff against cvs, make patch, check and apply |
| | | |
− | [1] smeserver-locale smefetchpo (added)
| + | : [1] smeserver-locale smefetchpo |
− | [2] smeserver-locale smefetchxml, smexml* smereload (to be added)
| + | : [2] smeserver-locale newxml.en |
| + | : [3] smeserver-locale smefetchxml, smexml* smereload |