Add Shona (sn) language support#645
Open
atulyaatul1999 wants to merge 2 commits intosavoirfairelinux:masterfrom
Open
Add Shona (sn) language support#645atulyaatul1999 wants to merge 2 commits intosavoirfairelinux:masterfrom
atulyaatul1999 wants to merge 2 commits intosavoirfairelinux:masterfrom
Conversation
- Add lang_SN.py with full Shona number-to-words implementation - Support for cardinal numbers (0 to trillions) - Support for ordinal numbers with Shona suffixes - Support for floating point numbers - Support for year conversion - Currency support for ZWL (Zimbabwe Dollar) and USD - Register 'sn' language code in __init__.py - Add Shona to supported languages list in README.rst - Add comprehensive test suite (17 test cases) Shona (chiShona) is a Bantu language spoken by ~7 million people in Zimbabwe where it is an official language.
…tion handling in `to_cardinal_float`.
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.
Description
Adds support for Shona (chiShona), a Bantu language spoken by ~7 million
people in Zimbabwe where it is an official language.
Changes
lang_SN.pywith complete Shona implementation__init__.pyandREADME.rstTesting
All 17 tests pass. Code is PEP8 compliant.