From 49c719c8438108ca2d3ad647a02c2809e6d0428f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Perelli?= Date: Tue, 27 Oct 2015 12:53:40 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97c9c9f..6961055 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,6 @@ Or even every 10 minutes */10 * * * * cd /var/www/; rake redmine:check_periodictasks RAILS_ENV="production" -If you want to substitute variable `MONTHNAME` with localized version (`de` only by now) please add `LOCALE="de"` to cronjob like this +If you want to substitute variable `MONTHNAME` with localized version (`de`, `tr`, `en` or `ru`) please add `LOCALE="de"` to cronjob like this 0 * * * * cd /var/www/; rake redmine:check_periodictasks RAILS_ENV="production" LOCALE="de"