feat: add Gujarati (gu) localization support#963
Open
parinporecha wants to merge 2 commits intopython-pendulum:masterfrom
Open
feat: add Gujarati (gu) localization support#963parinporecha wants to merge 2 commits intopython-pendulum:masterfrom
parinporecha wants to merge 2 commits intopython-pendulum:masterfrom
Conversation
Add complete Gujarati locale with: - Day names (abbreviated, narrow, short, wide) - Month names (abbreviated, narrow, wide) - Unit translations (year, month, week, day, hour, minute, second, microsecond) - Relative time expressions (past and future) - Day periods (midnight, am, noon, pm, morning, afternoon, evening, night) - Custom translations for relative time strings and date formats - Full test coverage for diff_for_humans() Translations sourced from CLDR data via Babel library. Follows the same pattern as the Hindi (hi) locale added in python-pendulum#902.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add complete Gujarati locale with:
diff_for_humans()and weekday formatting (dddd,ddd,dd)Translations sourced from CLDR data via Babel library. Follows the same pattern as the Hindi (hi) locale added in #902.
Pull Request Check List