]>
git.p6c8.net - jirafeau_mojo42.git/blob - lib/locales/rename.sh
4 if [ -z "$original_id" ] ||
[ -z "$new_id" ] ; then
5 echo "arguments: [OLD_ID] [NEW_ID]"
8 locales_dir
=$
(cd "$(dirname $0)" && pwd)
11 find .
-type f
-name "*.json" -print0 |
xargs -0 sed -i "s/$o/$i/g"
patrick-canterino.de