aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-07-17 10:23:20 +0100
committerSeb Bacon <seb.bacon@gmail.com>2012-07-17 10:23:20 +0100
commit05082cb1cace60572911c875673589aea47fd7f0 (patch)
tree7d182ec5c8fedc3b6e3e8136b269324ddacb636e
parent49ff1a1c0304cd292d3eae80dc0b91b2f83727b9 (diff)
Fix typo and warn about including themes in PO file
-rw-r--r--doc/TRANSLATE.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/TRANSLATE.md b/doc/TRANSLATE.md
index 8330c5f24..97ef39954 100644
--- a/doc/TRANSLATE.md
+++ b/doc/TRANSLATE.md
@@ -59,7 +59,10 @@ must:
* 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`
+ gettext:find`
+ * careful of including msgids from themes in `vendor/plugin`;
+ you might want to move them out of the way before running
+ the above commands
* this updates the PO template, but also merges it with the
individual PO files, marking strings that have only changed
slightly as "fuzzy"