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

Adds BYN in rubles function #35

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sergeiruzkiicode
Copy link

@sergeiruzkiicode sergeiruzkiicode commented Dec 20, 2017

В связи с тем, что модуль используется и в Беларуси, посчитал необходимым добавить сюда поддержку белорусских рублей, чтобы не писать каждый раз костыль поверх.

sergeiruzkiicode and others added 3 commits December 19, 2017 11:38
Add belarussian specific for rubles
@sergeiruzkiicode sergeiruzkiicode changed the title Adds BYN in rubles funcrion Adds BYN in rubles function Dec 20, 2017
@sergeiruzkiicode
Copy link
Author

Ребят, ошибки в Тревисе не мои вроде

@last-partizan
Copy link
Owner

Функция вроде полезная, но реализация мне не нравится.

Я думаю тут лучше сделать что-то более generic, типа, передавать в функцию либо страну, типа
def rouble(amount, .., country="RU|BY"
Или ещё универсальнее,
def rouble(amount, ..., names=('рубль', 'рубля', 'рублей'))

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.

2 participants