Salome HOME
Adding documentation and warning check for user file names
[modules/adao.git] / i18n / adao.pro
1 # Copy/paste the first lines to generate the list of source files
2 #
3 # clear ; echo ; echo -e "#\n# Debut des sources" ; echo ; \
4 # echo -e "TRANSLATIONS += adao_fr.ts\n\nCODECFORTR = utf-8\n" ; \
5 # find .. -name '*.ui' | sed 's#^\.#FORMS += .#g' | sort ; \
6 # find ../bin -name '*.py' | sed 's#^\.#SOURCES += .#g' | sort ; \
7 # find ../src -name '*.py' | grep -v tests/ | sed 's#^\.#SOURCES += .#g' ; \
8 # echo
9 #
10 # Create/update the .ts files with:
11 # pylupdate5 adao.pro
12 # geany adao_*.ts # Pour traiter si necessaire les "obsolete"
13 # linguist adao_*.ts
14 # lrelease adao.pro
15 #
16 # Debut des sources
17
18 TRANSLATIONS += adao_en.ts
19 TRANSLATIONS += adao_fr.ts
20
21 CODECFORTR = utf-8