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

[i18n] Add currencies and translate them in English/French #66

Open
tferreira opened this issue Aug 12, 2017 · 0 comments
Open

[i18n] Add currencies and translate them in English/French #66

tferreira opened this issue Aug 12, 2017 · 0 comments

Comments

@tferreira
Copy link
Owner

Requires issue #60 to be done and closed.
We may be able to display the currency depending on the current browser language with a feature of react-intl

Currently we have no clue which currency are the accounts.

  • We may want to be able to choose a currency for each account (or set it automatically by react-intl detection)
  • We should display the currency on the left of all values €12.10 or $324.21
  • The user may want to let the currency field blank... so we need to let him choose this option and then we won't display anything.

We'll probably have to create a new column in the account table to store the currency (if it's not automatically defined). This means generating a migration file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant