-
-
Notifications
You must be signed in to change notification settings - Fork 561
Update Burundi holidays, add l10n support #2843
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
07abddd
Refactor Burundi holidays
PPsyrius bfb9ffa
Code Review suggestions
PPsyrius 597522d
Actual in-lieu observance wording (Article 4, translated from French)
PPsyrius f4158cf
Code Review Suggestions
PPsyrius 576d9b0
Merge branch 'dev' into burundi_refactor
PPsyrius File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,99 @@ | ||
| # holidays | ||
| # -------- | ||
| # A fast, efficient Python library for generating country, province and state | ||
| # specific sets of holidays on the fly. It aims to make determining whether a | ||
| # specific date is a holiday as fast and flexible as possible. | ||
| # | ||
| # Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file) | ||
| # dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023 | ||
| # ryanss <ryanssdev@icloud.com> (c) 2014-2017 | ||
| # Website: https://github.com/vacanza/holidays | ||
| # License: MIT (see LICENSE file) | ||
| # | ||
| # Burundi holidays en_US localization. | ||
| # | ||
| msgid "" | ||
| msgstr "" | ||
| "Project-Id-Version: Holidays 0.80\n" | ||
| "POT-Creation-Date: 2025-08-20 16:45+0700\n" | ||
| "PO-Revision-Date: 2025-08-21 12:13+0700\n" | ||
| "Last-Translator: PPsyrius <ppsyrius@ppsyrius.dev>\n" | ||
| "Language-Team: Holidays Localization Team\n" | ||
| "Language: en_US\n" | ||
| "MIME-Version: 1.0\n" | ||
| "Content-Type: text/plain; charset=UTF-8\n" | ||
| "Content-Transfer-Encoding: 8bit\n" | ||
| "Generated-By: Lingva 5.0.6\n" | ||
| "X-Generator: Poedit 3.7\n" | ||
| "X-Source-Language: fr_BI\n" | ||
|
|
||
| #. %s (estimated). | ||
| #, c-format | ||
| msgid "%s (estimé)" | ||
| msgstr "%s (estimated)" | ||
|
|
||
| #. %s (observed, estimated). | ||
| #, c-format | ||
| msgid "%s (observé, estimé)" | ||
| msgstr "%s (observed, estimated)" | ||
|
|
||
| #. %s (observed). | ||
| #, c-format | ||
| msgid "%s (observé)" | ||
| msgstr "%s (observed)" | ||
|
|
||
| #. New Year's Day. | ||
| msgid "Jour de l'an" | ||
| msgstr "New Year's Day" | ||
|
|
||
| #. Unity Day. | ||
| msgid "Fête de l'Unité" | ||
| msgstr "Unity Day" | ||
|
|
||
| #. Commemoration of the Assassination of President Cyprien Ntaryamira. | ||
| msgid "Commémoration de l'Assassinat du Président Cyprien Ntaryamira" | ||
| msgstr "Commemoration of the Assassination of President Cyprien Ntaryamira" | ||
|
|
||
| #. International Labor Day. | ||
| msgid "Fête Internationale du Travail" | ||
| msgstr "International Labor Day" | ||
|
|
||
| #. Ascension Day. | ||
| msgid "Jour de l'Ascension" | ||
| msgstr "Ascension Day" | ||
|
|
||
| #. National Day of Patriotism and Commemoration of the Death of President Pierre Nkurunziza. | ||
| msgid "Journée Nationale du Patriotisme et Commémoration de la Mort du Président Pierre Nkurunziza" | ||
| msgstr "National Day of Patriotism and Commemoration of the Death of President Pierre Nkurunziza" | ||
|
|
||
| #. Independence Day. | ||
| msgid "Anniversaire de l'Indépendance" | ||
| msgstr "Independence Day" | ||
|
|
||
| #. Assumption Day. | ||
| msgid "Assomption" | ||
| msgstr "Assumption Day" | ||
|
|
||
| #. Commemoration of the Assassination of National Hero, Prince Louis Rwagasore. | ||
| msgid "Commémoration de l'Assassinat du Héros National, le Prince Louis Rwagasore" | ||
| msgstr "Commemoration of the Assassination of National Hero, Prince Louis Rwagasore" | ||
|
|
||
| #. Commemoration of the Assassination of President Melchior Ndadaye. | ||
| msgid "Commémoration de l'Assassinat du Président Melchior Ndadaye" | ||
| msgstr "Commemoration of the Assassination of President Melchior Ndadaye" | ||
|
|
||
| #. All Saints' Day. | ||
| msgid "Toussaint" | ||
| msgstr "All Saints' Day" | ||
|
|
||
| #. Christmas Day. | ||
| msgid "Noël" | ||
| msgstr "Christmas Day" | ||
|
|
||
| #. Eid al-Fitr. | ||
| msgid "Aid-El-Fithr" | ||
| msgstr "Eid al-Fitr" | ||
|
|
||
PPsyrius marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| #. Eid al-Adha. | ||
| msgid "Aid-El-Adha" | ||
| msgstr "Eid al-Adha" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,99 @@ | ||
| # holidays | ||
| # -------- | ||
| # A fast, efficient Python library for generating country, province and state | ||
| # specific sets of holidays on the fly. It aims to make determining whether a | ||
| # specific date is a holiday as fast and flexible as possible. | ||
| # | ||
| # Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file) | ||
| # dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023 | ||
| # ryanss <ryanssdev@icloud.com> (c) 2014-2017 | ||
| # Website: https://github.com/vacanza/holidays | ||
| # License: MIT (see LICENSE file) | ||
| # | ||
| # Burundi holidays. | ||
| # | ||
| msgid "" | ||
| msgstr "" | ||
| "Project-Id-Version: Holidays 0.80\n" | ||
| "POT-Creation-Date: 2025-08-20 16:45+0700\n" | ||
| "PO-Revision-Date: 2025-08-21 12:13+0700\n" | ||
| "Last-Translator: PPsyrius <ppsyrius@ppsyrius.dev>\n" | ||
| "Language-Team: Holidays Localization Team\n" | ||
| "Language: fr_BI\n" | ||
| "MIME-Version: 1.0\n" | ||
| "Content-Type: text/plain; charset=UTF-8\n" | ||
| "Content-Transfer-Encoding: 8bit\n" | ||
| "Generated-By: Lingva 5.0.6\n" | ||
| "X-Generator: Poedit 3.7\n" | ||
| "X-Source-Language: fr_BI\n" | ||
|
|
||
| #. %s (estimated). | ||
| #, c-format | ||
| msgid "%s (estimé)" | ||
| msgstr "" | ||
|
|
||
| #. %s (observed, estimated). | ||
| #, c-format | ||
| msgid "%s (observé, estimé)" | ||
| msgstr "" | ||
|
|
||
| #. %s (observed). | ||
| #, c-format | ||
| msgid "%s (observé)" | ||
| msgstr "" | ||
|
|
||
| #. New Year's Day. | ||
| msgid "Jour de l'an" | ||
| msgstr "" | ||
|
|
||
| #. Unity Day. | ||
| msgid "Fête de l'Unité" | ||
| msgstr "" | ||
|
|
||
| #. Commemoration of the Assassination of President Cyprien Ntaryamira. | ||
| msgid "Commémoration de l'Assassinat du Président Cyprien Ntaryamira" | ||
| msgstr "" | ||
|
|
||
| #. International Labor Day. | ||
| msgid "Fête Internationale du Travail" | ||
| msgstr "" | ||
|
|
||
| #. Ascension Day. | ||
| msgid "Jour de l'Ascension" | ||
| msgstr "" | ||
|
|
||
| #. National Day of Patriotism and Commemoration of the Death of President Pierre Nkurunziza. | ||
| msgid "Journée Nationale du Patriotisme et Commémoration de la Mort du Président Pierre Nkurunziza" | ||
| msgstr "" | ||
|
|
||
| #. Independence Day. | ||
| msgid "Anniversaire de l'Indépendance" | ||
| msgstr "" | ||
|
|
||
| #. Assumption Day. | ||
| msgid "Assomption" | ||
| msgstr "" | ||
|
|
||
| #. Commemoration of the Assassination of National Hero, Prince Louis Rwagasore. | ||
| msgid "Commémoration de l'Assassinat du Héros National, le Prince Louis Rwagasore" | ||
| msgstr "" | ||
|
|
||
| #. Commemoration of the Assassination of President Melchior Ndadaye. | ||
| msgid "Commémoration de l'Assassinat du Président Melchior Ndadaye" | ||
| msgstr "" | ||
|
|
||
| #. All Saints' Day. | ||
| msgid "Toussaint" | ||
| msgstr "" | ||
|
|
||
| #. Christmas Day. | ||
| msgid "Noël" | ||
| msgstr "" | ||
|
|
||
| #. Eid al-Fitr. | ||
| msgid "Aid-El-Fithr" | ||
| msgstr "" | ||
|
|
||
PPsyrius marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| #. Eid al-Adha. | ||
| msgid "Aid-El-Adha" | ||
| msgstr "" | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.