[gen] Bugfixin the sync of i18n files; allow to include XHTML within messages in Appy popups.
This commit is contained in:
parent
834817c27b
commit
d5a9450d72
3 changed files with 9 additions and 3 deletions
|
@ -449,8 +449,9 @@ class ZopeGenerator(Generator):
|
|||
baseLabels = po.PoParser(appyPoFileName).parse().messages
|
||||
else:
|
||||
baseLabels = appyLabels
|
||||
poFile.update(baseLabels + self.labels.get(),
|
||||
self.options.i18nClean, keepExistingOrder=False)
|
||||
poFile.update(baseLabels + self.labels.get() + \
|
||||
potFile.getCustomMessages(), self.options.i18nClean,
|
||||
keepExistingOrder=False)
|
||||
poFile.generate()
|
||||
# Generate corresponding fields on the Translation class
|
||||
page = '1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue