Retire manual.md#780
Conversation
Replace link to manual.
Replace with link to manual on jamulus.io
Replace with link to manual in jamulus.io
| #define CLIENT_GETTING_STARTED_URL "https://jamulus.io/wiki/Getting-Started" | ||
| #define SERVER_GETTING_STARTED_URL "https://jamulus.io/wiki/Running-a-Server" | ||
| #define SOFTWARE_MANUAL_URL "https://github.com/corrados/jamulus/blob/master/src/res/homepage/manual.md" | ||
| #define SOFTWARE_MANUAL_URL "https://jamulus.io/wiki/Software-Manual" |
There was a problem hiding this comment.
From my POV this should be translatable
There was a problem hiding this comment.
It should automatically link to the language which is set in Jamulus.
There was a problem hiding this comment.
Oh ok. Is that something we can do on this PR then?
There was a problem hiding this comment.
Wouldn't that been done by the Wiki itself? (That being, in part, why the move is being made.)
There was a problem hiding this comment.
I'm afraid I'd have no idea how to automate that.
There was a problem hiding this comment.
I don't even suggest to automate it. We could maybe make the message a bit more prominent.
But I think, this link should be part of the normal translation files. @corrados would this be possible? Can we put the link in the translation files?
There was a problem hiding this comment.
What should happen if there's a translation set for Jamulus but not for that language on the wiki? Just use the default pages (i.e. same as for any string not translated)?
I'm pretty sure the path could appear in the translation strings and have a translate("wiki", url) wrapper where used to get the translated value, given the appropriate translation string support.
There was a problem hiding this comment.
What should happen if there's a translation set for Jamulus but not for that language on the wiki? Just use the default pages (i.e. same as for any string not translated)?
Yes. I agree.
I'm pretty sure the path could appear in the translation strings
Should I'd put the normal English link as parameter to tr() and only translate the languages which are translated in the wiki. The same should happen for getting started,...
There was a problem hiding this comment.
This string should be translatable, then Jamulus GUI translators can do their job when translating their po files.
src/res/homepage/ES/manual-es.md
Outdated
| El retardo total se calcula con el ping y el retardo ocasionado por la configuración de buffers. | ||
|
|
||
| La Tasa de Subida de Audio depende del tamaño actual de los paquetes de audio y la configuración de compresión de audio. Asegúrate de que la tasa de subida no es mayor que la velocidad de subida disponible (comprueba la tasa de subida de tu conexión a internet, por ejemplo con [speedtest.net](http://speedtest.net)). | ||
| ## Movido a https://jamulus.io/wiki/Software-Manual |
There was a problem hiding this comment.
There was a problem hiding this comment.
OK I think I've done that (not sure).
Link to Spanish version
See #779