Hi Berend, *,

On Thu, May 14, 2020 at 12:50 AM Berend Ytsma <bere...@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+unsubscr...@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

Reply via email to