Hi Berend, *,
On Thu, May 14, 2020 at 12:50 AM Berend Ytsma <berendy@gmail.com> wrote:
Hi,
For Frisia (fy) i can't locatie wat is wrong. The link gives my no matching strings found.
Ah damn, leftover curly braces in the string...
e.g.
context:STR_POOLCOLL_ language:fy} target:r"^Byskrift$"
→ remove the } after the language and hit search again.
context:STR_POOLCOLL_ language:fy target:r"^Byskrift$"
https://translations.documentfoundation.org/search/?q=context%3ASTR_POOLCOLL_+language%3Afy+target%3Ar%22%5EByskrift%24%22
and
https://translations.documentfoundation.org/search/?q=context%3ASTR_POOLCOLL_+language%3Afy+target%3Ar%22%5EKoptekst%24%22
are the correct links
maybe a short explanation of target:r"^foobar$"
the r"..." means: do a search with regular expression, and ^ is start
of string, $ is end of string, so using that prevents matching the
string as a substring in longer translations.
Thx for reporting the problem with the link, fixed my script, so next
iteration will have that fixed.
ciao
Christian
--
To unsubscribe e-mail to: l10n+unsubscribe@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/l10n/
Privacy Policy: https://www.documentfoundation.org/privacy
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.