Function Summary |
unicode
|
choose_plural (amount,
variants)
Choose proper case depending on amount |
unicode
raise TypeError: when amount not int or
float
|
in_words (amount,
gender)
Numeral in words |
unicode
|
in_words_float (amount,
gender)
Float in words |
unicode
|
in_words_int (amount,
gender)
Integer in words |
unicode
|
rubles (amount,
zero_for_kopeck)
Get string for money |
unicode
|
sum_string (amount,
gender,
items)
Get sum in words |
tuple
|
__sum_string_fn (into,
tmp_val,
gender,
items)
Make in-words representation of single order |
str
|
_get_float_remainder (fvalue,
signs)
Get remainder of float, i.e. |