Skip to content

Commit 815405b

Browse files
kritibirda26KJhellicoPPsyriuscoderabbitai[bot]arkid15r
authored
Add Lebanon holidays (#2700)
Signed-off-by: Kriti Birda <[email protected]> Co-authored-by: ~Jhellico <[email protected]> Co-authored-by: Panpakorn Siripanich <[email protected]> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Arkadii Yakovets <[email protected]> Co-authored-by: Arkadii Yakovets <[email protected]>
1 parent 17c38d9 commit 815405b

File tree

7 files changed

+1115
-1
lines changed

7 files changed

+1115
-1
lines changed

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 215 country codes. The standard way to refer to a country is by using its [ISO
108+
We currently support 216 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
@@ -896,6 +896,13 @@ any) in brackets, available languages and additional holiday categories. All cou
896896
<td></td>
897897
</tr>
898898
<tr>
899+
<td>Lebanon</td>
900+
<td>LB</td>
901+
<td></td>
902+
<td><strong>ar</strong>, en_US</td>
903+
<td>BANK, GOVERNMENT</td>
904+
</tr>
905+
<tr>
899906
<td>Lesotho</td>
900907
<td>LS</td>
901908
<td></td>

holidays/countries/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
from holidays.countries.kyrgyzstan import Kyrgyzstan, KG, KGZ
125125
from holidays.countries.laos import Laos, LA, LAO
126126
from holidays.countries.latvia import Latvia, LV, LVA
127+
from holidays.countries.lebanon import Lebanon, LB, LBN
127128
from holidays.countries.lesotho import Lesotho, LS, LSO
128129
from holidays.countries.libya import Libya, LY, LBY
129130
from holidays.countries.liechtenstein import Liechtenstein, LI, LIE

0 commit comments

Comments
 (0)