hydra-synth / hydra

Livecoding networked visuals in the browser
https://hydra.ojack.xyz
GNU Affero General Public License v3.0
2.15k stars 261 forks source link

automatically point to translated getting started doc #196

Open micuat opened 2 years ago

micuat commented 2 years ago

https://github.com/hydra-synth/hydra/blob/aeea1cd794f9943356a5079b4911e9f8c3278bdc/frontend/web-editor/src/views/info.js

currently points to english one by default (as I understand correctly) - it should point to translated version if that exists (not trivial)

geikha commented 2 years ago

may i add this should be done only if there is no previous state found. such that if a user prefers one language different to its system's it stays after selection

micuat commented 1 year ago

@ritchse I think it's not about the default language settings on hydra editor, but each translation's hyperlink should point to the respective hydra-doc page (actually for me it took time to understand what I wrote before, jaja). Since hydra-doc translation is not active, this is perhaps not urgent