Hi,

Recently it started to happen that every time I build Lazarus IDE
after a clean checkout, after the build I have many modified .po
files.

Should the localize.sh script be run or something?

eg:

===================================
------- components/projecttemplates/languages/frmtemplatevariables.de.po -------
index f04ab28..874b3e0 100644
@@ -13,6 +13,10 @@ msgstr ""
 msgid "Description"
 msgstr "Beschreibung"

+#: frmtemplatevariables.snoadditionalvars
+msgid "This project has no additional variables."
+msgstr ""
+
 #: frmtemplatevariables.svalue
 msgid "Value"
 msgstr "Wert"

------- components/projecttemplates/languages/frmtemplatevariables.es.po -------
index b6d736d..61f7e42 100644
@@ -13,6 +13,10 @@ msgstr ""
 msgid "Description"
 msgstr "Descripcion"

+#: frmtemplatevariables.snoadditionalvars
+msgid "This project has no additional variables."
+msgstr ""
+
 #: frmtemplatevariables.svalue
 msgid "Value"
 msgstr "Valor"

===================================

Here is a complete list of files that changes after a Lazarus IDE rebuild.

$ git diff --stat=72
 .../languages/frmtemplatevariables.de.po           |    4 ++++
 .../languages/frmtemplatevariables.es.po           |    4 ++++
 .../languages/frmtemplatevariables.fr.po           |    4 ++++
 .../languages/frmtemplatevariables.id.po           |    4 ++++
 .../languages/frmtemplatevariables.it.po           |    4 ++++
 .../languages/frmtemplatevariables.lt.po           |    4 ++++
 .../languages/frmtemplatevariables.pb.po           |    4 ++++
 .../languages/frmtemplatevariables.pl.po           |    4 ++++
 .../languages/frmtemplatevariables.po              |    4 ++++
 .../languages/frmtemplatevariables.ru.po           |    4 ++++
 10 files changed, 40 insertions(+), 0 deletions(-)


Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to