r655 - community/f14

sparks at fedoraproject.org sparks at fedoraproject.org
Thu Sep 30 03:45:35 UTC 2010


Author: sparks
Date: 2010-09-30 03:45:35 +0000 (Thu, 30 Sep 2010)
New Revision: 655

Removed:
   community/f14/fixpos
Log:
Removed no longer needed tool

Deleted: community/f14/fixpos
===================================================================
--- community/f14/fixpos	2010-09-30 03:44:22 UTC (rev 654)
+++ community/f14/fixpos	2010-09-30 03:45:35 UTC (rev 655)
@@ -1,18 +0,0 @@
-#!/bin/sh
-#
-# Turn all single PO into separate PO for Publican
-# * Make sure you're in the top of the module with the 'po/' folder.
-#
-# YOU MUST ADJUST THE FOLLOWING TWO ARRAYS TO REFLECT THE LANGUAGES YOU
-# HAVE, AND DON'T FORGET THE COUNT
-#
-TFXLAN=(de es fr it nl pt ru)
-PUBLAN=(de-DE es-ES fr-FR it-IT nl-NL pt-BR ru-RU)
-for NUM in {0..7} ; do
-    mv po/${TFXLAN[${NUM}]}.po po/${PUBLAN[${NUM}]}.po
-    mkdir ${PUBLAN[${NUM}]}
-    for POTFILE in pot/*.pot; do
-        msgmerge po/${PUBLAN[${NUM}]}.po ${POTFILE} | msgattrib --no-obsolete  \
-                 > ${PUBLAN[${NUM}]}/$(basename ${POTFILE} .pot).po
-    done
-  done



More information about the docs-commits mailing list