jipiboily / spree_multi_lingual

Spree multi-lingual is a plugin to make multi locale store with Spree possible
BSD 3-Clause "New" or "Revised" License
49 stars 56 forks source link

price in edit product rendered with separator but saved stripped #12

Closed matteofuzz closed 11 years ago

matteofuzz commented 12 years ago

Spree 1.1.1, spree_multi_lingual 1-1-stable branch. I set :it as default on spree configuration and ['it', 'en'] in spree_multi_lingual initalizer. In edit product field price is localized in :en, as 1,111.11 with separator and when I save it became 1.11 Same result with 1.111,11 (localization in italian). Only work without separator, 1111.11 is saved correctly, as 1111,11 . I try add delocalize gem without results.

sbounmy commented 12 years ago

hi @matteofuzz, I am sorry I don't much about the currency separators. maybe you could ping @radar, he is the one who knows best!