diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-04-13 05:43:53 +0200 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-04-13 05:44:02 +0200 |
commit | d885a85a48a4706934e170b7a6671e5e029089a0 (patch) | |
tree | 03d6dd088d97ce10a5bed62c565078df8d6a264c /l10ntools/Executable_localize.mk | |
parent | edc3bfd558f3065a5444ad3f5c456da9546d16c4 (diff) |
Make l10ntools executables escape clear
Steps of escaping process:
1. Executables unescape the string for export(if necessary)
2. Po class work with unescaped string
3. Escape strings to PO format and write out
4. Read from PO and unescape strings
5. Executables make own transformation on string and merge
Use general functions for escaping (helper)
Delete unneeded escaping methods(xrmmerge, merge)
Delete some unused method from PoEntry class
Change-Id: I7f9414581aae9e6de7d1573862a32cdbd68c9545
Diffstat (limited to 'l10ntools/Executable_localize.mk')
-rw-r--r-- | l10ntools/Executable_localize.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/l10ntools/Executable_localize.mk b/l10ntools/Executable_localize.mk index b673289d9d4e..cdc323a36386 100644 --- a/l10ntools/Executable_localize.mk +++ b/l10ntools/Executable_localize.mk @@ -45,6 +45,7 @@ $(eval $(call gb_Executable_add_exception_objects,localize,\ $(eval $(call gb_Executable_use_externals,localize,\ boost_headers \ + libxml2 \ )) # vim:set noet sw=4 ts=4: |