From 03fafc3dd913f27a53d67f8b837a1750f265d102 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 18 May 2016 09:18:23 -0500 Subject: [PATCH] Docs: Updated holidays README --- doc/holidays/README | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/holidays/README b/doc/holidays/README index 13e24547..d55de35b 100644 --- a/doc/holidays/README +++ b/doc/holidays/README @@ -6,10 +6,14 @@ script. This data can be updated using these commands: $ ./refresh -If you need another locale (for example xx-XX), do this: +If you need another locale (for example sv-SE), do this: - $ touch holidays.xx-XX - $ ./refresh + $ ./refresh --locale sv-SE -If the locale is not supported by holidata.net, you will see an error. +If you need a specific locale region, do this: + + $ ./refresh --locale de-CH --region Bern + +If the locale is not supported by holidata.net, or the there is no data (yet) +for the locale for this year and next year, you will see an error.