mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
updated tests
This commit is contained in:
@@ -34,7 +34,7 @@ class Num2Word_TR(object):
|
|||||||
self.exclude_title = []
|
self.exclude_title = []
|
||||||
self.DECIMAL_SIGN = (",",)
|
self.DECIMAL_SIGN = (",",)
|
||||||
self.ORDINAL_SIGN = (".",)
|
self.ORDINAL_SIGN = (".",)
|
||||||
self.ZERO = (u"sıfır",)
|
self.ZERO = u"sıfır"
|
||||||
self.CARDINAL_ONES = {
|
self.CARDINAL_ONES = {
|
||||||
"1": u"bir",
|
"1": u"bir",
|
||||||
"2": u"iki",
|
"2": u"iki",
|
||||||
|
|||||||
Reference in New Issue
Block a user