diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-01-12 15:22:15 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-03-10 09:55:22 +0000 |
commit | 9b746bd34b2b6d0ba71fd740a83f4c6d2da123f0 (patch) | |
tree | 94e63af60b43acd9c8caec2d79097bd527b1186c /script/generate_pot.sh | |
parent | 11fa9d4178fe26f4c14acaf1816361bf8e5e7c9e (diff) |
initial, basic i18n support with gettext
Diffstat (limited to 'script/generate_pot.sh')
-rw-r--r-- | script/generate_pot.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/script/generate_pot.sh b/script/generate_pot.sh new file mode 100644 index 000000000..69b603748 --- /dev/null +++ b/script/generate_pot.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +cd `dirname $0` + +rake gettext:store_model_attributes +rake gettext:find + + +rake translate_routes:update_yaml["en es"]
\ No newline at end of file |