Monekin
Monekin copied to clipboard
Currency names should be loaded from an static file
Prerequisites
- [X] I have read the Contributing Guidelines.
- [X] I agree to follow the Code of Conduct.
- [X] I have searched for existing issues that already report this problem, without success.
- [X] I have updated the app to the last released version.
Current Behavior
Currently, the names of each of the currencies are saved along with their translations in the database, causing an unnecessary increase in the size of this file, in addition to unnecessary joins when obtaining all the currency information.
Expected Behavior
Adding a new column directly in the currencies
table with the current display name of the currency. This column should be changed when the user language change
Steps to Reproduce
--- Internal problem ---
Additional Information
No response