aboutsummaryrefslogtreecommitdiffstats
path: root/script/generate_pot.sh
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-01-12 15:22:15 +0000
committerSeb Bacon <seb.bacon@gmail.com>2011-03-10 09:55:22 +0000
commit9b746bd34b2b6d0ba71fd740a83f4c6d2da123f0 (patch)
tree94e63af60b43acd9c8caec2d79097bd527b1186c /script/generate_pot.sh
parent11fa9d4178fe26f4c14acaf1816361bf8e5e7c9e (diff)
initial, basic i18n support with gettext
Diffstat (limited to 'script/generate_pot.sh')
-rw-r--r--script/generate_pot.sh9
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