diff options
author | jan iversen <jani@documentfoundation.org> | 2016-03-24 12:34:51 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-03-24 12:41:37 +0100 |
commit | b0a601cf48b853b0ee3ccd6aba7b9c9dc9610b7f (patch) | |
tree | b75243d0b6bc4b4157f3b6b7137bb3b5a1d6265d /l10ntools/Executable_genlang.mk | |
parent | e3d81079cb97989086647d8419b6d423713e2319 (diff) |
genlang, gRun.sh produces the same files as old tools
The process of getting gRun.sh to produce the same files
(same content is later), have identified a number of
strange things:
- many files with x-comment are not in en-US, but DE
- some files have translations present in DE
- many src/hrc files are not considered for translation
Change-Id: If4fb9928353c181c3123421c5dd357304a8b4f0c
Diffstat (limited to 'l10ntools/Executable_genlang.mk')
-rw-r--r-- | l10ntools/Executable_genlang.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/l10ntools/Executable_genlang.mk b/l10ntools/Executable_genlang.mk index 4bd206c14ad3..16d49dd776bb 100644 --- a/l10ntools/Executable_genlang.mk +++ b/l10ntools/Executable_genlang.mk @@ -21,6 +21,7 @@ $(eval $(call gb_Executable_add_scanners,genlang,\ l10ntools/source/gLexXcu \ l10ntools/source/gLexXcs \ l10ntools/source/gLexXrm \ + l10ntools/source/gLexXml \ l10ntools/source/gLexXhp \ l10ntools/source/gLexUlf \ l10ntools/source/gLexTree \ @@ -35,6 +36,7 @@ $(eval $(call gb_Executable_add_exception_objects,genlang,\ l10ntools/source/gConvSrc \ l10ntools/source/gConvUi \ l10ntools/source/gConvXrm \ + l10ntools/source/gConvXml \ l10ntools/source/gConvXhp \ l10ntools/source/gConvXcs \ l10ntools/source/gConvXcu \ |