You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, .ascx? Ew :)
Had to rename to .cshtml and strip the declaration at the top.
I remove the webform renderer from my pipeline to speed it up.
Not sure what the best approach there is.
Perhaps include all common versions?
The CSS file seems to have a whole section referencing HTML elements that don't exist.
eg #langauge { }
The partial has some doubled up href attributes on the culture links.
More importantly though and related to my Documentation issue, it would be nicer if this could generate itself from a global list of supported cultures.
As I said in the chat room, I will try get some time to PR some of this stuff, at work atm and just brain dumping an issue list I put together while working with the library today.
The text was updated successfully, but these errors were encountered:
Firstly, .ascx? Ew :)
Had to rename to .cshtml and strip the declaration at the top.
I remove the webform renderer from my pipeline to speed it up.
Not sure what the best approach there is.
Perhaps include all common versions?
The CSS file seems to have a whole section referencing HTML elements that don't exist.
eg #langauge { }
The partial has some doubled up href attributes on the culture links.
More importantly though and related to my Documentation issue, it would be nicer if this could generate itself from a global list of supported cultures.
Javascript,
https://github.com/Code52/aspnet-internationalization/blob/master/src/Code52.i18n.MVC/NuSpec/Content/Scripts/Code52.i18n.js#L51
should that line be this.instance = ...
As I said in the chat room, I will try get some time to PR some of this stuff, at work atm and just brain dumping an issue list I put together while working with the library today.
The text was updated successfully, but these errors were encountered: