1 == How to update the translations for software.o.o:
3 The translation files are stored in the i18n repo on berlios:
5 svn co http://svn.berlios.de/svnroot/repos/opensuse-i18n/trunk/lcn/
6 export MY_LCN_CHECKOUT=<path to lcn files>
7 cd $MY_LCN_CHECKOUT && ./configure
9 If there are new strings in the software.o.o code, use:
11 to update the pot file in the lcn checkout.
13 To update the .mo files in software.o.o with those from the lcn repo (only those without fuzzy translations will be copied):
15 and use git add for new files