linphone-iphone/po/README
Margaux Clerc 981e7408cf add serbian translation file
update spanish file
fix remove contact
2013-03-07 12:42:22 +01:00

14 lines
438 B
Text

How to add a translation file
*****************************
To add a translation file in linphone project you should first :
- change the variable ALL_LINGUAS in configure.ac by adding the language (ex: fr)
- then add the file .po in the directory /po
- run ./autogen.sh
Update the tranlation files
***************************
To update all the translation files, in the directory /po run the following command
$ make update-po