]> sjero.net Git - linphone/blob - po/README
Aac-eld add missing header according to RFC3640 3.3.6
[linphone] / po / README
1 How to add a translation file
2 *****************************
3 To add a translation file in linphone project you should first :
4         - change the variable ALL_LINGUAS in configure.ac by adding the language (ex: fr)
5         - then add the file .po in the directory /po
6         - run ./autogen.sh
7
8 Update the translation files 
9 ***************************
10 To update all the translation files, in the directory /po run the following command 
11         $ make update-po
12
13
14