14:29:06 .merges 14:29:06 -xmr-pr- 2313 2422 2461 2464 14:31:12 .merge+ 2466 2467 2444 14:31:13 Added 14:32:58 .merge+ 2447 14:32:58 Added 14:35:59 SyntheticBird https://github.com/monero-project/monero-site/pull/2424#discussion_r1863008176 14:36:50 lol you don't have a choice with this codebase 14:37:05 just put the html in, it's too late for making efforts anyway 14:37:14 also single quote is crminial 14:38:34 sad but true lol the only other way i've seen is to split the sentence "The link is here:" < html link> "with the end of the sentence added later" 14:39:16 but do you know a way for future generations to do this properly? this seems partly a weblate issue to for handling links or hard coded variables 14:40:11 sry i don't know 14:40:53 e.g. we have in-line donation addresses which translators _could_ change to their own for some examples. there should be a way to filter out these on the weblate site by ignoring {{ things }} 14:41:30 variables in weblate strings .. will have a look 14:41:45 HardenedSteel can you update it to use double quotes? Thx 14:42:27 One of the issues was what happens when converting to astro 14:48:06 ngl im trying very hard but i just don't manage to remember how annoying it was when converting to astro 14:48:07 i blame flu 15:00:55 if jekyll allows the variables like {{site.baseurl}} inside translated strings, then this is added to weblate as a placeholder , apparently these are not allowed to be modified by translators then https://docs.weblate.org/en/latest/user/checks.html#check-placeholders 15:01:01 our grandchildren will ensure this task is done appropriately 15:05:28 ^ 15:06:17 We remembered 15:06:44 so instead of just site.baseurl here https://github.com/monero-project/monero-site/blob/5fe488c1780c04c23bcc20662b53f6652f3ce870/_i18n/nb-no.yml#L760 , the entire URL would be in a data file , like for example the donation address is inside here: https://github.com/monero-project/monero-site/blob/master/_data/contributing.yml and can be excluded from weblate ... no html in string then 15:09:06 raw-html-we-dont-translate: " placeholder on the weblate side, aaaand scene over, back to reality 16:11:26 HardenedSteel https://github.com/monero-project/monero-site/pull/2424#discussion_r1863722984 wym by that? you can with markdown syntax 16:18:44 Doesnt work iirc 16:19:35 Once upon a time i tried to use MD in TL strings and it didnt work 16:20:09 md and html together don't work? 16:27:53 Maybe something with the strings 16:28:05 You can definitely put html inside of md