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
`this.get = function(index) {
var res = index;
// not pretty but more functionall
if (t[index]){
res = t[index][settings.lang]
}else if(t[index.toLowerCase()]){
res = t[index.toLowerCase()][settings.lang]
}else{
return index
}
the auto data-trn-key fail to work with Capitalize strings
The text was updated successfully, but these errors were encountered: