diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-05-26 13:23:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-05-26 13:23:57 +0100 |
commit | 8119d0ceb7e5d4c6dba406c998ad05f143f36f67 (patch) | |
tree | 9bbb4d90e5e398568e0ceff986c63ba53968dc5e /l10ntools | |
parent | 1b27bed2d5b6915cda408c6f8d27d15bf13cc9be (diff) |
writerperfect translations missing
persumably because there were never extracted to be available
for translation
Change-Id: Ib9d37105a41c19898577ba8acec121b87e3af9e5
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/localize.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index 2dfee48d5e88..2d3265871720 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -286,6 +286,7 @@ bool includeProject(const OString& rProject) { "uui", "vcl", "wizards", + "writerperfect", "xmlsecurity" }; for (size_t i = 0; i != SAL_N_ELEMENTS(projects); ++i) { if (rProject == projects[i]) { |