-
xmr-pr
koe opened issue #1042: Add disclaimer to Merchants page
-
xmr-pr
-
sgp_
-
ErCiccione[m]
Thanks for the link sgp_. I have in my todo lists some optimizations that will make getmonero more accessible (and therefor, give us better SEO)
-
ErCiccione[m]
An update about Weblate:
-
ErCiccione[m]
As i said before, we can easily translate the core of the website (LANG.yml files in _i18n) without much effort. The strings that are more problematic seem to be parsed correctly everywhere, so yay!
-
ErCiccione[m]
The roadmap can be easily translated on weblate as well
-
ErCiccione[m]
I don't think would be a good idea to put the dev guides on Weblate. They are full of code and terminology that should be kept in english. Translators would freak out trying to understand what's code and what needs to be translated
-
ErCiccione[m]
so those will have to be translated on gitlab manually
-
ErCiccione[m]
Footers and navigation (the menus) files in the current form cannot be translated on weblate, unless we remove all the links from the files.
-
ErCiccione[m]
That would make the files useless and the entire structure of the menus borked. I cannot think of a way to link each string with a link without bloating the pages with liquid syntax. I will look more into it, but i'm not optimist
-
ErCiccione[m]
The Moneropedia is problematic, but with some tweaks, doable. For some tweaks a i mean that the content of the entry itself can be easily translated on weblate (needs some scripting first, but no biggy), but the front matter should be translated manually on gitlab
-
ErCiccione[m]
or we will have in the front matter both keys and values translated, when the values must stay as they are. This will need some intenstive testing
-
ErCiccione[m]
The user guides should be easy to work on using a converter and some scripting
-
ErCiccione[m]
So, soon i will add to weblate the "Getmonero" project with 2 components: "monero-site", which will be the core of the website (the LANG.yml files in _i18n) and "roadmap", which guess guess.. it's the roadmap.
-
ErCiccione[m]
let's test those two, which are the most straightforward (but still, i will have to write some warnings and edit the weblate guide on github, because some workflows will have to change).
-
ErCiccione[m]
In the meantime i will work on the user guides, the rest will follow
-
ErCiccione[m]
Oh, i forgot to give a timeline: After all the current PR adding/removing/translating strings will be merged and i posted the updates to the guide for Weblate, i will add the new project and components
-
ErCiccione[m]
the roadmap will probably be not translatable until we update it. Now enough text :P
-
ErCiccione[m]
.merges
-
xmr-pr
#1169 #1173 #1193 #1194 #1195 #1197 #1199 #1201 #1203 #1204 #1205 #1206 #1208
-
ErCiccione[m]
luigi1111 could you merge if you are back? i don't want to make too many PR based on other PR
-
luigi1111
Yes will today
-
ErCiccione[m]
rehrar: I've been looking into
repo.getmonero.org/monero-project/monero-site/issues/925 for a good amount of time, but i can't figure what's happening. I mean, clearly jekyll is not being able to show those values at that level of depth,
-
ErCiccione[m]
but the question is: did the meta tags in head.html use to work after the change to the new multilang website?
-
ErCiccione[m]
because if thy did, i don't understand what broke them. If they didn't, that's just jekyll not being able to go through that variable in the front matter (which AFAIU, is expected)
-
ErCiccione[m]
in meta property="og:title" for example, the only elsif that seems to work is {% elsif page.title %} and loads properly only when the 'title' key is declared in the front matter. If it needs to pick it from the language files, it will just show the key, as is visible in the issue and with any meta tags checker
-
ErCiccione[m]
Maybe i'm just missing something, but i don't understand what and to test it i would have to build the website on a server first. Unless it's possible to check opengraph metadata locally
-
xmr-pr
Rexi opened issue #1043: Rexi.cc - Large selection of exchange destinations
-
xmr-pr
-
xmrmatterbridge
<rehrar> Yes, that broke at some point, and to my knowledge it worked initially.
-
xmrmatterbridge
<rehrar> I've tinkered with it several times before, and never found a solution.
-
luigi1111w
.merges
-
xmr-pr
#1169 #1173 #1193 #1194 #1195 #1197 #1199 #1201 #1203 #1204 #1205 #1206 #1208
-
luigi1111w
is there more discussion about 1195? I don't see that message on the subreddit
-
luigi1111w
1205 conflicts
-
selsta
ErCiccione[m]: looks like my Gitlab CI fix worked
-
sgp_
thanks for merging :)
-
sarang
Looks like 1202 conflicts as well
-
sarang
Should I wait for more merges and then rebase?
-
sarang
I'll just mark it WIP for now