Closed Silex closed 6 years ago
I found out that is_completed
is not set correctly. The only way to make it work was to run this:
Lit::LocalizationKey.all.each{ |l| l.mark_completed; l.save };
It looks like there is a lot of touchy code in there. Any reason for is_changed
to be modified from the controller? https://github.com/prograils/lit/blob/master/app/controllers/lit/localizations_controller.rb#L19
Hello,
I think most of them are straightforward, the last commit https://github.com/prograils/lit/commit/dafc11dacb1d0247f274baa10710b8fffccee075 allows me to do this in order to get clean simple_form translations:
Without the last commit I get the "translation missing" texts from I18n and then the spans from rails
t()
.