Issue 114375 - Incorrect translation in svx/source/intro.po
Summary: Incorrect translation in svx/source/intro.po
Status: CLOSED FIXED
Alias: None
Product: Internationalization
Classification: Code
Component: ui (show other issues)
Version: OOO330m6
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: ivo.hinkelmann
QA Contact: issues@l10n
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-07 17:27 UTC by yazaki.makoto
Modified: 2017-05-20 11:42 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description yazaki.makoto 2010-09-07 17:27:39 UTC
In svx/source/intro.po, the string '\\\" OOO_VENDOR \\\"' needs to be changed to
"%OOOVENDOR".

diff U1i svx/source/intro.po svx/source/intro.po
--- svx/source/intro.po	Thu Jan 15 17:51:36 1970
+++ svx/source/intro.po	Thu Jan 15 17:51:36 1970
@@ -28,3 +28,3 @@
 "Copyright © 2000, 2010 Oracle and/or its affiliates. All rights reserved.\n"
-"This product was created by \\\" OOO_VENDOR \\\", based on OpenOffice.org.\n"
+"This product was created by %OOOVENDOR, based on OpenOffice.org.\n"
 "OpenOffice.org acknowledges all community members, especially those "
Comment 1 shinji.enoki 2010-09-30 20:52:40 UTC
I confirmed that this problem was not revised in Pootle.

I change it as follows.

\" OOO_VENDOR \"
->
%OOOVENDOR
Comment 2 shinji.enoki 2010-09-30 20:53:06 UTC
Fixed Pootle.
Comment 3 shinji.enoki 2010-11-01 14:31:22 UTC
I confirmed it in the following versions, but it was not revised.
OOO330m13 (OOo3.3.0 RC3)
Comment 4 ivo.hinkelmann 2010-11-01 15:21:17 UTC
-> ihi
Comment 5 vitriol 2010-11-01 16:32:31 UTC
Add me to CC
Comment 6 tora3 2010-11-02 00:12:48 UTC
Each OOO330_m13/l10n/source/*/localize.sdf of 3.3.0rc3 could be classified into:

Done expectedly ( 60 languages ):
$ egrep -l 'source\\intro\\ooo.src.*%OOOVENDOR' */localize.sdf | perl -pe
's{/localize.sdf}{ }; chomp' 
af ar ast bg bn bs ca cs cy de el en-GB en-ZA es et eu fa fi fr gu he hu is it
ka kid km ko ku mk mn mr nb ne nl nn nr ns or pa-IN pl pt ro ru rw sh sl sr st
sv te tg ts ug ve vi xh zh-CN zh-TW zu 

Not yet done ( 25 languages ):
$ egrep -l 'source\\intro\\ooo.src.*OOO_VENDOR' */localize.sdf | perl -pe
's{/localize.sdf}{ }; chomp' 
as ca-XV da dz ga gl hi id ja kn lt lv ml my oc om pt-BR si sk ss ta th tr uk uz 

Something else has been applied or the line source\intro\ooo.src is missing ( 18
languages ):
$ for x in */localize.sdf ; do (egrep
'source\\intro\\ooo.src.*(OOO_VENDOR|%OOOVENDOR)' $x > /dev/null) || echo $x;
done | perl -pe 's{/localize.sdf}{ }; chomp' 
be-BY bo br brx dgo eo hr kk kok ks mai mni sa-IN sat sd sq sw-TZ tn 

$ for x in */localize.sdf ; do (egrep
'source\\intro\\ooo.src.*(OOO_VENDOR|%OOOVENDOR)' $x > /dev/null) || egrep -n
'source\\intro\\ooo.src.*' $x; done
(omitted)

Notes: The egrep command above is available on Solaris.
Comment 7 ivo.hinkelmann 2010-11-02 10:20:29 UTC
tora, this is was a incredible helpfull post! I fixed all missing 25 
Comment 8 rafaella.braconi 2010-11-02 12:10:55 UTC
Removing [JA] from the summary since there are 25 languages that need to be fixed.

They are:
as ca-XV da dz ga gl hi id ja kn lt lv ml my oc om pt-BR si sk ss ta th tr uk uz

Please make sure to fix this is Pootle:

\" OOO_VENDOR \"
->
%OOOVENDOR
Comment 9 vitriol 2010-11-02 12:18:17 UTC
Why target 3.4?
Comment 10 ivo.hinkelmann 2010-11-02 13:08:23 UTC
set target to 3.3
Comment 11 h.ilter 2010-11-02 14:16:39 UTC
Fix seen on IHI's machine = OK
Comment 12 stefan.baltzer 2010-11-04 14:47:38 UTC
Verified in CWS ivo101 on my machine, too. (Checked en-US, ja, kn, lt, lv, ml,
my, oc, om, pt-BR, si)