From 97bd9842f44bb25832f5dd8288372f2199cf3b7b Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Wed, 30 Oct 2013 00:51:01 +0100 Subject: Correction de bugs, amélioration titres admin, traductions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/scripts/po2mo.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 dist/scripts/po2mo.sh (limited to 'dist/scripts/po2mo.sh') diff --git a/dist/scripts/po2mo.sh b/dist/scripts/po2mo.sh deleted file mode 100755 index 79f344d..0000000 --- a/dist/scripts/po2mo.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -srcbase=$1 -dstbase=$2 - -echo "Generating locales..." -for f in $(ls $srcbase/*.po) -do - fname=$(basename "$f") - mo_dir="$dstbase"/${fname%%.po}.utf8/LC_MESSAGES - [ -d "$mo_dir" ] || mkdir -p "$mo_dir" - - #echo msgfmt -o "'$mo_dir/editablesite.mo'" "'$f'" - msgfmt -o "$mo_dir/editablesite.mo" "$f" -done -- cgit v1.2.3