This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 29, 2018
-
-
Ryan Senior authored
-
- Oct 10, 2018
-
-
Cam Saul authored
-
- Sep 10, 2018
-
-
Ryan Senior authored
Currently i18n'd strings that are defined at compile time only return english text. This occurs with both system and user locale strings. For system locale, the locale can be changed via setting, so we can't rely on the JVM locale on startup to be correct as it may have changed. For the user locale, it could be different for every request. This commit adds two new `tru` and `trs` macros that have the same name as the `puppetlabs.i18n.core` macros (and thus will be extracted similarly) but will return a defrecord with a `toString` method. This delays the conversion of the english text to the translated text until `str` is invoked. All of the code hasn't been flipped to use the new i18n macros yet, but this gets it in place and tested for the rest of the application to be migrated to. Fixes #8245
-
- Nov 14, 2017
-
-
Cam Saul authored
-
- Aug 07, 2017
-
-
Cam Saul authored
-
- Jul 31, 2017
-
-
Cam Saul authored
-
- May 31, 2017
-
-
Cam Saül authored
-
- Apr 24, 2017
-
-
William Turner authored
-
William Turner authored
-
William Turner authored
-
William Turner authored
-
- Feb 22, 2017
-
-
Cam Saül authored
-
- Feb 09, 2017
-
-
Cam Saül authored
-
- Jan 24, 2017
-
-
Cam Saül authored
-
- Aug 22, 2016
-
-
Cam Saül authored
-
- Jul 26, 2016
-
-
Cam Saül authored
-
- Jul 18, 2016
-
-
Cam Saül authored
-
- Jun 06, 2016
- Apr 27, 2016
-
-
Allen Gilliland authored
-
- Feb 15, 2016
-
-
Cam Saül authored
-
- Feb 11, 2016
-
-
Cam Saül authored
-
- Aug 28, 2015
-
-
Tom Robinson authored
-
- Aug 03, 2015
-
-
Cam Saul authored
-
- Jul 24, 2015
-
-
Cam Saul authored
-
- Mar 19, 2015
-
-
Allen Gilliland authored
move the unit testing log4j.properties out the 'test' code folder because then it's also used in a lot of other places. instead just create a new test_resources folder which we only apply to the unit tests profile.
-