-
m-relay_
<17lifers:mikuplushfarm.ovh> submitted
-
m-relay_
<redsh4de:matrix.org> Ty!
-
m-relay_
<basses:matrix.org> clipboard.png
-
m-relay_
<basses:matrix.org> Monero means money should be behind it (not shown)
-
m-relay_
<redsh4de:matrix.org> some Tor Browser quirk ig, will have a look later
-
m-relay_
<basses:matrix.org> oh yeah, just checked with firefox, works fine
-
m-relay_
<redsh4de:matrix.org> sorting out stuff with i18n, do we want to keep the existing .yamls from the current page?
-
m-relay_
<basses:matrix.org> plowsof
-
m-relay_
<redsh4de:matrix.org> im looking at integrating Paraglide for it's tooling, makes dealing with localization less of a nightmare but it's .json based
-
m-relay_
<redsh4de:matrix.org> dynamic language routes are live though on the i18n branch
-
m-relay_
<redsh4de:matrix.org> no tls yet
-
m-relay_
<basses:matrix.org> monero will be using Weblate for translations, so it works great with such workflow and fully supported then ok
-
m-relay_
<basses:matrix.org> monero will be using Weblate for translations, so if it works great with such workflow and fully supported then ok
-
m-relay_
-
m-relay_
<basses:matrix.org> guess fine?
-
m-relay_
<redsh4de:matrix.org> Yeah, i18next in this case
-
selsta
luigi1111: ping regarding hashes.txt.sig
-
m-relay_
<basses:matrix.org> btw I would suggest removing the website git source from source code link in footer, just put the github org link instead
github.com/monero-project
-
m-relay_
<redsh4de:matrix.org> How come? Seems intuitive that the source link on the website would lead to the source code of the website
-
m-relay_
<basses:matrix.org> u don't visit getmonero.org to look at website's source code, only relevant stuff for Monero 🤷
-
m-relay_
<basses:matrix.org> monero core
-
m-relay_
<basses:matrix.org> u wouldn't like seeing a closed source app showing in footer "source code" (gives false sense of openess) and it just links to website source code while their product is actually proprietary
-
m-relay_
<ofrnxmr:xmr.mx> Source code and link to github for GUI or CLI can be listed next to GUI and CLI
-
m-relay_
<ofrnxmr:xmr.mx> As can source for the other downloads on the website.
-
m-relay_
<ofrnxmr:xmr.mx> Can probably _add_ a link to the github org, but to remove the website link? NACK
-
m-relay_
<basses:matrix.org> then remove the mention of source code in footer, no need
-
m-relay_
<ofrnxmr:xmr.mx> No
-
m-relay_
<ofrnxmr:xmr.mx> Btw, source links to CLI and GUI are already listed on the downloads page
-
m-relay_
<redsh4de:matrix.org> I'll just keep it as is for now then, all links in the footer mirror the existing site, if we some meeting later about the page content to reach consensus, easy change
-
m-relay_
<redsh4de:matrix.org> Localization support is live on the deployment
-
m-relay_
<redsh4de:matrix.org> TL;DR:
-
m-relay_
<redsh4de:matrix.org> - dynamic language route generation on build
-
m-relay_
<redsh4de:matrix.org> - uses i18next for translation strings + namespaces for context management, should be Weblate compatible rando
-
m-relay_
<redsh4de:matrix.org> - single source of truth for localization data & configs: src/i18n
-
m-relay_
<redsh4de:matrix.org> - responsive language dropdown, images in the PR:
redsh4de/monero-site #2
-
m-relay_
<redsh4de:matrix.org> Currently added some dummy machine translations for just the index page, just to see that it works as intended
-
m-relay_
<basses:matrix.org> btw we are aiming for 0 JS
-
m-relay_
<redsh4de:matrix.org> This implementation is static only, shouldn't be a single script tag anywhere
-
m-relay_
<redsh4de:matrix.org> This implementation is static only, the built version shouldn't be a single script tag anywhere
-
m-relay_
<basses:matrix.org> the language selection needs js
-
m-relay_
-
m-relay_
<basses:matrix.org> it can work without js
-
m-relay_
<basses:matrix.org> they are using mkdocs material
-
m-relay_
<basses:matrix.org> I mean people that want to set a local can just append at end of url their local or when using search engine it can find it
-
m-relay_
<basses:matrix.org> but of course it would be better to have non-js version if possible.
-
m-relay_
<redsh4de:matrix.org> Really? It shouldnt
-
m-relay_
-
m-relay_
<basses:matrix.org> yes, try tor browser safest mode
-
m-relay_
<redsh4de:matrix.org> I see it, seems like a Tor specific bug on the index page, must be related to why the dropdown also appeared under the hero text
-
m-relay_
<redsh4de:matrix.org> Does it work when you navigate to the downloads page and then press the language selector?
-
m-relay_
<redsh4de:matrix.org> There should be no JavaScript dependency anywhere as all the routes are generated as static files in the end, the JS in the source only runs on build time
-
m-relay_
<redsh4de:matrix.org> In order to create route files, fill in the templates with translations etc
-
m-relay_
<basses:matrix.org> oh it does indeed, cool
-
m-relay_
<redsh4de:matrix.org> fairs, current page doesn't have them either
-
m-relay_
<redsh4de:matrix.org> nuked the flags, trying to figure out why there are rendering issues only on the index page on Tor
-
m-relay_
<redsh4de:matrix.org> ended up being the noscript extension
-
m-relay_
<redsh4de:matrix.org> should be fine now rando