From c7cb5289ec989d07054088ae4427be04b7c2da02 Mon Sep 17 00:00:00 2001 From: Jean-Philippe ARGAUD Date: Tue, 7 Mar 2017 08:53:12 +0100 Subject: [PATCH] Adding translation skeletons --- i18n/adao.pro | 21 +++++++++++++++++++++ i18n/adao_en.ts | 16 ++++++++++++++++ i18n/adao_fr.ts | 16 ++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 i18n/adao.pro create mode 100644 i18n/adao_en.ts create mode 100644 i18n/adao_fr.ts 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 + + + -- 2.39.2