Commit graph

11 commits

Author SHA1 Message Date
Manuel Rego Casasnovas
8ff934e784 i18n: Prevent extract empty strings in gettext-keys-generator.pl
FEA: ItEr76S04BugFixing
2012-07-03 08:54:08 +02:00
Manuel Rego Casasnovas
f766ba52fd i18n: Fix problem with break lines in strings extractor
FEA: ItEr76S04BugFixing
2012-07-02 18:28:50 +02:00
Manuel Rego Casasnovas
30292b062a Bug #1443: Fix gettext keys extractor
Improve the regex taking into account possible spaces to extract the strings in
the Hibernate validation annotations.

Before this patch only the next lines would be marked to be translated:
    @NotNull(message="code not specified"

However, next line has to be marked to be translated too:
    @NotNull(message = "code not specified")

FEA: ItEr76S04BugFixing
2012-06-28 08:25:41 +02:00
Manuel Rego Casasnovas
2a7e571edc Rename NavalPlan to LibrePlan
* Change all folders and file names
* Change string in all files

FEA: ItEr75S03CommunityMaterial
2011-10-28 09:13:16 +02:00
Diego Pino
538983a372 [Bug #789] Script for parsing ZUL files should look for 'ganttzk_i18n' tag too
FEA: ItEr74S04BugFixing
2011-06-06 17:22:04 +02:00
Manuel Rego Casasnovas
22f85d2ee4 [i18n] Fixed issue in keys generator and updated keys.pot files.
FEA: ItEr74S04BugFixing
2011-06-03 13:17:39 +02:00
Manuel Rego Casasnovas
dd0b85a1b9 Improved i18n scripts in order to generate keys.pot files with relative paths.
* Updated keys.pot files.

FEA: ItEr66S03CommunityMaterialItEr65S04
2010-12-23 14:11:46 +01:00
Diego Pino Garcia
f5fc797267 ItEr49S04ValidacionEProbasFuncionaisItEr48S04: [Bug #375] Error translating strings with HTML encoded characters in it 2010-03-09 19:30:27 +01:00
Diego Pino Garcia
b95801945e ItEr37S06ValidacionEProbasFuncionaisItEr36S07: [Bug #113] Convert absolute paths to relative paths in keys.pot and locales.po files 2009-12-03 16:26:46 +01:00
Diego Pino Garcia
ac95d0031b ItEr34S15ArquitecturaServidorItEr33S13: Added gettext-keys-generator.pl script (accidentally deleted in previous commit) 2009-11-16 11:03:17 +01:00
Diego Pino Garcia
cbf68b47f3 ItEr33S13ArquitecturaServidorItEr32S16: Add --java option to gettext script for parsing annotations messages using hibernate validator.
Moved the script from navalplanner-webapp/script to scripts/ directory.
2009-11-10 12:10:13 +01:00