aboutsummaryrefslogtreecommitdiffstats
path: root/script/generate_pot.sh
blob: 69b60374883cd11727cf829d519cebd0b77e2c8f (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

cd `dirname $0`

rake gettext:store_model_attributes
rake gettext:find


rake translate_routes:update_yaml["en es"]