Skip to content

Commit d9b36d0

Browse files
Prateekshit73code-with-aneeshKJhellicoarkid15rprateekshit-v
authored
Add Bhutan holidays (#2635)
Signed-off-by: Aneesh Angane <[email protected]> Signed-off-by: Prateekshit Jaiswal <[email protected]> Co-authored-by: Aneesh <[email protected]> Co-authored-by: Aneesh Angane <[email protected]> Co-authored-by: ~Jhellico <[email protected]> Co-authored-by: Arkadii Yakovets <[email protected]> Co-authored-by: Prateekshit <[email protected]> Co-authored-by: ~Jhellico <[email protected]> Co-authored-by: Arkadii Yakovets <[email protected]>
1 parent 76bdfa6 commit d9b36d0

32 files changed

+18166
-1
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Alexei Mikhailov
1111
Anders Wenhaug
1212
Andrei Klimenko
1313
Andres Marrugo
14+
Aneesh Angane
1415
Ankush Kapoor
1516
Anon Kangpanich
1617
Anthony Rose

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ and detailed information.
105105

106106
## Available Countries
107107

108-
We currently support 225 country codes. The standard way to refer to a country is by using its [ISO
108+
We currently support 226 country codes. The standard way to refer to a country is by using its [ISO
109109
3166-1 alpha-2 code](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes), the same used
110110
for domain names, and for a subdivision its [ISO 3166-2
111111
code](https://en.wikipedia.org/wiki/ISO_3166-2). Some countries have common or foreign names or
@@ -315,6 +315,13 @@ any) in brackets, available languages and additional holiday categories. All cou
315315
<td></td>
316316
</tr>
317317
<tr>
318+
<td>Bhutan</td>
319+
<td>BT</td>
320+
<td>Administrative Subdivisions: 11 (Paro), 12 (Chhukha), 13 (Haa), 14 (Samtse), 15 (Thimphu), 21 (Tsirang), 22 (Dagana), 23 (Punakha), 24 (Wangdue Phodrang), 31 (Sarpang), 32 (Trongsa), 33 (Bumthang), 34 (Zhemgang), 41 (Trashigang), 42 (Monggar), 43 (Pema Gatshel), 44 (Lhuentse), 45 (Samdrup Jongkhar), GA (Gasa), TY (Trashi Yangtse)</td>
321+
<td></td>
322+
<td></td>
323+
</tr>
324+
<tr>
318325
<td>Bolivia</td>
319326
<td>BO</td>
320327
<td>Departments: B (El Beni), C (Cochabamba), H (Chuquisaca), L (La Paz), N (Pando), O (Oruro), P (Potosí), S (Santa Cruz), T (Tarija)</td>

holidays/calendars/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@
2626
from holidays.calendars.persian import _Persian
2727
from holidays.calendars.sinhala import _SinhalaLunar, _CustomSinhalaHolidays
2828
from holidays.calendars.thai import _ThaiLunisolar, KHMER_CALENDAR, THAI_CALENDAR
29+
from holidays.calendars.tibetan import _TibetanLunisolar, _CustomTibetanHolidays

0 commit comments

Comments
 (0)