How to add a translation file
*****************************
To add a translation file in linphone project you should first :
	- add the file .po in the directory /po
	- run ./autogen.sh

Update the translation files
***************************
To update all the translation files, in the directory /po run the following command
	$ make update-po



