-
Notifications
You must be signed in to change notification settings - Fork 14
Conversation
Hi @mwarning i am just informing you that There is no conflict with this code therefore i am asking to review and merge it.It will be very helpful for non german users to understant web interface. |
hi @geekofia, thanks for your effort. I need to think about a solution here. The problem is, that the router is expected to work without Internet access. This makes it desirable to have translations working without Internet access. |
First of all thanks for reviewing.You have a solid point.I will think a solution for it. |
I think now only solution is to save translations to a variable in separate js file. We can call a function with event listener to change language on click. |
I agree. |
Is some one working on multi language support ? Or i should start working ? |
hi @geekofia, I forgot about this ticket. Sorry about that. It's really simple but might work. Translations are not integrated yet. |
Yes that should work.Need the whole lines to be translated.I have translated them.If need you can comment. |
I think it is better to translate the whole lines. |
please see closed pull request #16.And let me know is that what you need or anything else ? |
The data is all there. But it need to be put together :-) |
I am translating (like #16), clean forked and if i translate the german lines to english in html and js (help texts) ..then the german will be replaced with english ... is it okay ? |
That would be great! Anyway, time for me to go to bed now. |
It is simplified now.You should review the code & i think this is mergable.