summaryrefslogtreecommitdiff
path: root/tests/view_tests/templates/jsi18n.html
AgeCommit message (Collapse)Author
2019-12-11Fixed #31080 -- Removed redundant type="text/javascript" attribute from ↵Jon Dufresne
<script> tags.
2019-01-28Fixed #29825 -- Fixed JS ngettext if the string is a non-plural msgid in the ↵Claude Paroz
catalog.
2017-05-08Refs #27795 -- Stopped converting integer format settings to str in JS/JSON ↵Claude Paroz
i18n views Thanks Tim Graham for the review.
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner