Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update tests for cobrand/template changes. | Matthew Somerville | 2016-04-20 | -13/+12 |
| | ||||
* | Fix/skip locale tests that don't pass on Mac OS X. | Matthew Somerville | 2016-03-30 | -3/+9 |
| | ||||
* | Make sure language is set early enough in email alert loop. | Matthew Somerville | 2014-02-26 | -10/+3 |
| | | | | | The call to set_lang_and_domain needs to happen before the first string is translated (the report state). | |||
* | Pass in headers from Catalyst if present for HTTP language negotiation. | Matthew Somerville | 2012-10-15 | -0/+11 |
| | ||||
* | Decode template files read in with read_file, to prevent double encoding ↵ | Matthew Somerville | 2011-09-20 | -2/+2 |
| | | | | (fixes #159). Also fix Welsh I18N test. | |||
* | Test (currently failing) for odd double call behaviour in in_gb_locale | Edmund von der Burg | 2011-06-15 | -0/+12 |
| | ||||
* | Sort correctly for all locales | Edmund von der Burg | 2011-06-10 | -0/+70 |
| | ||||
* | Explicitly set gettext_dir so that it does not matter where calling script ↵ | Edmund von der Burg | 2011-02-24 | -1/+8 |
| | | | | file is located | |||
* | Return lang to set in HTML | Edmund von der Burg | 2011-02-24 | -0/+32 |
added 'is_default' method to cobrands tests for i18n (includin checking *.mo files generated) more debug output in footer |