From: Jean-Philippe ARGAUD Date: Tue, 7 Mar 2017 07:53:12 +0000 (+0100) Subject: Adding translation skeletons X-Git-Tag: V8_3_0rc1~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c7cb5289ec989d07054088ae4427be04b7c2da02;p=modules%2Fadao.git Adding translation skeletons --- diff --git a/i18n/adao.pro b/i18n/adao.pro new file mode 100644 index 0000000..1fc6ebe --- /dev/null +++ b/i18n/adao.pro @@ -0,0 +1,21 @@ +# Copy/paste the first lines to generate the list of source files +# +# clear ; echo ; echo -e "#\n# Debut des sources" ; echo ; \ +# echo -e "TRANSLATIONS += adao_fr.ts\n\nCODECFORTR = utf-8\n" ; \ +# find .. -name '*.ui' | sed 's#^\.#FORMS += .#g' ; \ +# find ../bin -name '*.py' | sed 's#^\.#SOURCES += .#g' ; \ +# find ../src -name '*.py' | grep -v tests/ | sed 's#^\.#SOURCES += .#g' ; \ +# echo +# +# Create/update the .ts files with: +# pylupdate5 i18n/adao.pro +# geany i18n/adao_*.ts # Pour traiter si necessaire les "obsolete" +# linguist i18n/adao_*.ts +# lrelease i18n/adao.pro +# +# Debut des sources + +TRANSLATIONS += adao_en.ts +TRANSLATIONS += adao_fr.ts + +CODECFORTR = utf-8 diff --git a/i18n/adao_en.ts b/i18n/adao_en.ts new file mode 100644 index 0000000..fab0d30 --- /dev/null +++ b/i18n/adao_en.ts @@ -0,0 +1,16 @@ + + + + @default + + + ASSIMILATION_STUDY + Data assimilation or optimization + + + + CHECKING_STUDY + Verification + + + diff --git a/i18n/adao_fr.ts b/i18n/adao_fr.ts new file mode 100644 index 0000000..5b38988 --- /dev/null +++ b/i18n/adao_fr.ts @@ -0,0 +1,16 @@ + + + + @default + + + ASSIMILATION_STUDY + Assimilation de données ou optimisation + + + + CHECKING_STUDY + Vérification + + +