Conversation
|
@parndt Do you have an idea when i18n support will be added? |
|
@jurriaan if you are interested we have a fork of this gem with i18n included: https://github.com/simplelogica/refinerycms-calendar The gem is refinerycms-sl-calendar :) |
|
@brenes is it backward compatible? |
There was a problem hiding this comment.
I no longer own the repo - this is better as:
gem 'refinerycms-i18n', '~> 2.0.0'|
I don't know whether to merge this or #28 can you all help me out here please? |
|
This one deals with translation of the event data (title/description etc). I think #28 doesn't |
|
@joemsak any chance that you can you help out here please? |
|
@parndt be careful for backward compatibility. |
|
This PR seems much more concentrated to one task.. |
|
Although the other one renames the columns "from" and "to" to start/end_at which is smart too |
|
@simi it should be backwards compatible as we have not modified any test (we only added tests) and in the migration we use the migrate data: true when creating the translation table. When we implemented it we migrate from this gem to this version with no reported problem |
|
I think there is some confusion. The PR I merged had |
Adding I18n support.