Skip to content
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

[NLU-3867] Arabic Currency Support #100

Merged
merged 3 commits into from
Oct 23, 2023
Merged

[NLU-3867] Arabic Currency Support #100

merged 3 commits into from
Oct 23, 2023

Conversation

samhickey25
Copy link
Collaborator

No description provided.

@@ -11,3 +8,5 @@
from .portuguese_numeric_with_unit import PortugueseNumericWithUnit
from .spanish_numeric_with_unit import SpanishNumericWithUnit
from .japanese_numeric_with_unit import JapaneseNumericWithUnit
from .catalan_numeric_with_unit import CatalanNumericWithUnit
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 - seems not to have impacted Catalan amountOfMoney

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's probably not necessary but I put it in for consistency

CurrencySuffixList = dict([("Abkhazian apsar", "أبخازية أبسار"),
("Afghan afghani", "أفغاني أفغاني|؋|الأفغاني|أفغاني"),
("Pul", "بول"),
("Euro", "يورو|اليورو|€|يورو"),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see some, like Australian Dollar have AUD, US Dollar have USD specified as well, so should this include EUR?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah yeah, no harm

@samhickey25 samhickey25 merged commit 67897d2 into develop Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants