diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-06-15 12:17:59 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-06-15 12:17:59 +0100 |
commit | b75eb6e6c7172a54fa37e826584079ec164792f9 (patch) | |
tree | df70df6ee3fafdb7341beb83d2d2c470cc3b6da2 | |
parent | d41e4fb488a46a1df71c8acac9b3f75d98ced8ea (diff) |
Remove reference to confusing and broken POT-generation script
-rw-r--r-- | doc/TRANSLATE.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/TRANSLATE.md b/doc/TRANSLATE.md index f50c72da7..8330c5f24 100644 --- a/doc/TRANSLATE.md +++ b/doc/TRANSLATE.md @@ -56,8 +56,10 @@ must: * you should also commit these translations to a hotfix for the previous version, so they are preserved against the last known good msgids - * regenerate the POT file and individual PO files for each language, - using `./script/generate_pot.sh` (which calls `rake gettext:find`, etc) + * regenerate the POT file and individual PO files for each + language, using `bundle exec rake + gettext:store_model_attributes`, followed by `bundle exec rake + rake gettext:find` * this updates the PO template, but also merges it with the individual PO files, marking strings that have only changed slightly as "fuzzy" |