summaryrefslogtreecommitdiff
path: root/tests/view_tests/locale
AgeCommit message (Collapse)Author
2019-01-28Fixed #29825 -- Fixed JS ngettext if the string is a non-plural msgid in the ↵Claude Paroz
catalog.
2017-05-18Fixed validity of test django_js.po filesClaude Paroz
2016-12-14Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog.Waldemar Kornewald
2016-03-08Refs #26319 -- Added test for English variant in javascript_catalogClaude Paroz
2016-03-08Reused the DjangoTranslation class for the javascript_catalog viewClaude Paroz
Thanks Tim Graham and Cristiano Coelho for the reviews. Refs #26328, #26319.
2015-03-13Fixed #24122 -- Redirected to translated url after setting languageClaude Paroz
Thanks gbdlin for the initial patch and Tim Graham for the review.
2013-11-02Fixed #21324 -- Translate CSRF failure viewBouke Haarsma
Thanks to Claude Paroz for the original patch.
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner