Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27890/src/util
Modified Files:
distribution.py
Log Message:
translation updates
Index: distribution.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/distribution.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** distribution.py 2 Jun 2004 18:11:57 -0000 1.6
--- distribution.py 2 Jun 2004 19:04:35 -0000 1.7
***************
*** 63,66 ****
--- 63,69 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.7 2004/06/02 19:04:35 dischi
+ # translation updates
+ #
# Revision 1.6 2004/06/02 18:11:57 dischi
# get real skin text strings for i18n
***************
*** 268,271 ****
--- 271,279 ----
if not text.strip(' /():-_"\'') or text == 'x':
continue
+
+ # strip ' ' at the beginnig and ' ', ': ', ':',
+ # ',' or ', ' at the end
+ text = text.strip(' ').rstrip(' :,')
+
if fxd_strings.has_key(text):
fxd_strings[text].append('%s:%s' % (file, i))
***************
*** 301,305 ****
f.write('#: %s\n' % line)
f.write('msgid "%s"\nmsgstr ""\n' % text)
!
if not self.no_merge and not self.compile_only:
--- 309,313 ----
f.write('#: %s\n' % line)
f.write('msgid "%s"\nmsgstr ""\n' % text)
! f.close()
if not self.no_merge and not self.compile_only:
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog