Pola website in flux
I just discovered the Pola website has not been working properly for non-English users. From a German user I was getting errors like:
ActionView::TemplateError (translation missing: de, number, human, storage_units, format) on line #8 of app/views/attachments/_form.rhtml:
I tracked the problem down to an incomplete German localization file. I’m not really a “web guy” so I haven’t taken the time to determine if my Redmine installation is out-of-date or just misconfigured. In any case, after adding the missing storage_unit entries to the de.yml file and restarting the server, it appears to be working now for German, or at least it works for me when using the German localization.
I’ll take a better look at it and fix up the other localizations when I get a chance.