Salome HOME
Minor documentation and code review corrections (33)
[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 # Creer ou remettre a jour les fichiers TS avec :
11 #   pylupdate5 adao.pro
12 #   geany adao_*.ts # Pour traiter si necessaire les "obsolete"
13 #   linguist adao_*.ts
14 #   lrelease adao.pro
15 #
16 # Pour refaire facilement les fichiers QM a partir des fichiers TS :
17 #   lrelease -qm adao_en.qm adao_en.ts
18 #   lrelease -qm adao_fr.qm adao_fr.ts
19 #
20 # Debut des sources
21
22 TRANSLATIONS += adao_en.ts
23 TRANSLATIONS += adao_fr.ts
24
25 CODECFORTR = utf-8