Commit Graph

6 Commits (01aeb45af89cd5d64f9944e545c9684ed8e1ac18)

Author SHA1 Message Date
barisusakli 3567f2ad55 closes
barisusakli f5a910fea0 remove incorrect test
barisusakli d4ce9c4f80 add failing test for
Julian Lam baaad13286 reverted latest change to translator match regex
- Fixes issue with parentheses in translations (closes )
- No longer marking translation keys invalid if they contain HTML,
  as that was probably not performant. Instead, parameters will
  simply be escaped via the StringJS library.
Julian Lam 99315e1c73 updated translator so that language key parameters cannot contain
html in them (or more specifically, < and >)
Julian Lam 2d48faf5df Fixed
Also related to regression first caused by the fix to  from
fcb381f922

Also, added tests for translator. omg.