02-04-2019, 03:15 PM
Hi mudmin,
I can take care about the German translation and ask a colleague to look into Russian.
I am already using gettext on my custom pages. The language selector/detection and init code is placed in navigation.php.
For the actual translation i use poedit. A very convenient process - especially if you need others to do the translation.
Something like <p>Hello World</p> simply has to be replaced by <p><?=_("Hello World")?></p>
In other words, please go for gettext
Let me know, if a sample userspice implementation would be any helpful!? I may provide an pull request.
( I am fully with firestorm - I would also like to see development and issue tracking happening on github (or gitlab on your server?).
At least for me it would be more convenient to contribute code and/or report/fix issues)
Michael
I can take care about the German translation and ask a colleague to look into Russian.
I am already using gettext on my custom pages. The language selector/detection and init code is placed in navigation.php.
For the actual translation i use poedit. A very convenient process - especially if you need others to do the translation.
Something like <p>Hello World</p> simply has to be replaced by <p><?=_("Hello World")?></p>
In other words, please go for gettext
Let me know, if a sample userspice implementation would be any helpful!? I may provide an pull request.
( I am fully with firestorm - I would also like to see development and issue tracking happening on github (or gitlab on your server?).
At least for me it would be more convenient to contribute code and/or report/fix issues)
Michael