-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
@@ -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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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", "يورو|اليورو|€|يورو"), |
There was a problem hiding this comment.
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
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah yeah, no harm
No description provided.