Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Switch all Norwegian tests to Swedish. | Dave Arter | 2019-05-28 | -17/+15 |
| | | | | | | | | | | On Macs, the Norwegian locale is no_NO, whereas on Debian it is nb_NO: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=206474 This can cause issues running the Norwegian tests on Macs with certain setups (e.g. on my machine a Homebrew installation of perl and gettext fails, but MacPorts and system pass). As Swedish is sv_SE in both, the easiest solution is to switch the tests to Swedish. | |||
* | Add perl 5.26/5.28 support. | Matthew Somerville | 2018-10-04 | -0/+1 |
| | | | | | Upgrade a couple of modules, deal with '.' not present in @INC, captures returning undef rather than '', and a test. | |||
* | 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 |