Hi,
Working with localization tools I recognized some wrong codes,
which prevent localization from perfect working. I solved some(see
patch), but remained one which not so simply. In
/help/helpcontent2/source/text/swriter/guide/using_hyphen.xhp at the
96. line, there is a localization component without id, exactly with
id="". This is the only one in whole source, so it must be a mistake.
Regards,
Zolnai Tamás
From 9da6db3d8f951550af4fa9206257b24be1d1ab87 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zolnai=20Tam=C3=A1s?= <zolniatamas@caesar.elte.hu>
Date: Wed, 22 Aug 2012 16:18:35 +0200
Subject: [PATCH] Some cleanup for better localization
First: localization tool can not recognize id because
of empty line between id and its definition
Second: same problem because of comment between type and id
Change-Id: If42af406fab252ccae0a6bbc478bab8130210b21
---
svx/source/tbxctrls/tbcontrl.src | 2 +-
sw/source/ui/dbui/mailmergechildwindow.src | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/svx/source/tbxctrls/tbcontrl.src b/svx/source/tbxctrls/tbcontrl.src
index a944544..85b9d43 100644
--- a/svx/source/tbxctrls/tbcontrl.src
+++ b/svx/source/tbxctrls/tbcontrl.src
@@ -58,8 +58,8 @@ String RID_SVXSTR_TRANSPARENT
{
Text [ en-US ] = "No Fill" ;
};
-String RID_SVXSTR_FILLPATTERN
+String RID_SVXSTR_FILLPATTERN
{
Text [ en-US ] = "Pattern" ;
};
diff --git a/sw/source/ui/dbui/mailmergechildwindow.src b/sw/source/ui/dbui/mailmergechildwindow.src
index d74713c..304f695 100644
--- a/sw/source/ui/dbui/mailmergechildwindow.src
+++ b/sw/source/ui/dbui/mailmergechildwindow.src
@@ -79,7 +79,7 @@ FloatingWindow DLG_MAILMERGECHILD\
};
//FloatingWindow DLG_MM_SENDMAILS
-ModelessDialog /*ModalDialog*/ DLG_MM_SENDMAILS
+ModelessDialog DLG_MM_SENDMAILS
{
OutputSize = TRUE ;
SVLook = TRUE ;
--
1.7.7
Context
- [PATCH] Some cleanup for better localization · zolniatamas
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.