From 9b746bd34b2b6d0ba71fd740a83f4c6d2da123f0 Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Wed, 12 Jan 2011 15:22:15 +0000 Subject: initial, basic i18n support with gettext --- script/generate_pot.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 script/generate_pot.sh (limited to 'script/generate_pot.sh') 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 -- cgit v1.2.3