aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2013-05-17 21:59:00 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2013-05-17 21:59:00 +0000
commit10c02074037d129f93cf4029f3ebefc3529078f8 (patch)
treec577c6863623f69d8e1dfa75bb91bbc99c0d7fa8 /tools
parentf887cfa26cfb787ef0cb7ad88765cfc06b23f7c7 (diff)
downloadwww-10c02074037d129f93cf4029f3ebefc3529078f8.tar
www-10c02074037d129f93cf4029f3ebefc3529078f8.tar.gz
www-10c02074037d129f93cf4029f3ebefc3529078f8.tar.bz2
www-10c02074037d129f93cf4029f3ebefc3529078f8.tar.xz
www-10c02074037d129f93cf4029f3ebefc3529078f8.zip
upload initial mageia 3 page (don't know if other page should be updated as is)
Diffstat (limited to 'tools')
-rw-r--r--tools/extract2lang.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/extract2lang.php b/tools/extract2lang.php
index 8d3a05188..9636f8c90 100644
--- a/tools/extract2lang.php
+++ b/tools/extract2lang.php
@@ -39,10 +39,10 @@ U;
echo "ohai!\n";
-$path = 'en/2/download_index.php en/for-pc/index.php en/for-server/index.php en/2/index.php';
+$path = 'en/3/download_index.php en/3/index.php';
//$path = realpath(APP_ROOT . '/' . $path);
-$domain = '2';
+$domain = '3';
$cmd = sprintf('grep -HrnEi "_(e|t|h)\((.*)\)" %s', $path);
echo $cmd, "\n";