fulcrum-agile / fulcrum

An agile project planning tool
http://wholemeal.co.nz/projects/fulcrum.html
GNU Affero General Public License v3.0
1.5k stars 350 forks source link

Missing english translations / rake task on fulcrum upgrade #226

Open pquery opened 10 years ago

pquery commented 10 years ago

We have just updated our fulcrum from a previous sha (around Dec 13) and with the upgrade

The rake task rake i18n:js:export does not work nor is it listed in the rake tasks vi rake -T nor is there a task for it in lib/tasks. There is a i18n_missing_keys.rake task, but no export.rake

Now there a en.yml file in the locations directory, but still in the interface all the translations lines say items such as : missing "en.velocity" translation

pquery commented 10 years ago

I was able to fix the missing english translations by clearing the cache and restarting the server, the rake task is still missing however.

hakunin commented 10 years ago

I had missing translations, this fixed it for me: https://github.com/fulcrum-agile/fulcrum/pull/235

kannanr commented 9 years ago

235 did fix the issue for me too. Thanks.

malclocke commented 9 years ago

Closed by #235