Hi,
On 22/06/2013 16:06, Tadele Assefa wrote:
Is there a way to make fuzzy strings in virtaal to translated, at least
once per file. I got so many fuzzy strings from pootle.
It's strange that Pootle marks your strings fuzzy if they are not. We
should find why you get that.
Anyway, if you are under linux, you can use the sed command line to
remove the comment. Check if this is the only comment using # followed
by a space, other comments are followed by a point or two points, like that
# fuzzy
#. dnChg
#: 04180400.xhp
- then do a
sophie@sophi:~$ sed '/^#\ /d' yourfile.po > tt
- that will put the output in a tt file, without touching the source file
- once processed, just rename tt in yourfile2.po
sophie@sophi:~$ mv tt yourfile2.po
- you'll get a file 'yourfile2.po' without the fuzzy comments.
I use it to remove my own comments on my po files. But please do some
test before to make sure all is ok. If you write only
sophie@sophi:~$ sed '/^#\ /d' yourfile.po
the output will be in the terminal only.
Kind regards
Sophie
--
Sophie Gautier <sophie.gautier@documentfoundation.org>
Tel:+33683901545
Membership & Certification Committee Member - Co-founder
The Document Foundation
--
To unsubscribe e-mail to: l10n+unsubscribe@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted
Context
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.