Localization #663
Closed
christianrolle
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Currency localization can be done in many ways and usually require a number of different parts (controllers to store a custom currency, selecting the currency in the URL, choosing a default currency per IP, storing the currency in a cookie, storing the favorite currency on a user or tenant, front-end currency picker, storing currency rates in the database, …) What part do you have in mind? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there thoughts on hooking into the Rails currency localization instead of a static configuration on application level?
Especially in the context of multi-tenant applications or multiple currencies.
Beta Was this translation helpful? Give feedback.
All reactions