fix warning for development version
[opensuse:software-o-o.git] / README.i18n
1 == How to update the translations for software.o.o:
2
3 The translation files are stored in the i18n repo on berlios: 
4
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
8
9 If there are new strings in the software.o.o code, use: 
10 > rake updatepo
11 to update the pot file in the lcn checkout.
12
13 To update the .mo files in software.o.o with those from the lcn repo (only those without fuzzy translations will be copied): 
14 > rake makemo
15 and use git add for new files