-
Change
js.browser_updatein Customise > Text. -
Open Discourse in IE10
-
Default message is shown instead of customised one
AFAIK JS text customizations run in Javascript. Since our mode for old browsers is plain HTML without Javascript, anything JS won’t run in there. This behavior is expected.
It’s set here. https://github.com/discourse/discourse/blob/master/vendor/assets/javascripts/browser-update.js.erb#L29
So it should be applicable. 
Oh, that won’t work anymore as we are removing all globals, with I18n being the one that was removed last week.
It may work after a rebuild @zcuric.
Not working unfortunately. We did a release today and rebuild the app, same thing.
I have the same problem. I thought when I first changed js.browser_update it did display on an old browser (but I’m not 100% sure now), but today I see that it shows the original text. Is there any way round this… maybe treating this particular message differently, as mostly when this message is displayed Javascript won’t be on? Maybe a short plugin?
O motivo pelo qual você viu este trabalho em um navegador e, em seguida, não em outro, pode ser porque alguns navegadores muito antigos não suportam a tradução do lado do cliente, enquanto outros podem.
Primeiro, tentamos executar a tradução e, se não funcionar, recorremos a uma instância codificada da mensagem padrão em inglês:
Infelizmente, não há muito mais que possamos fazer a respeito. Esperamos que as pessoas abandonem esses navegadores em algum momento.