Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37808223
en ru br
ALT Linux repos
S:3.2.6-alt4
5.0: 2.26.2-alt1
4.1: 2.22.0-alt1
4.0: 2.16.1-alt1
3.0: 1.0.9-alt7.1

Group :: Graphical desktop/GNOME
RPM: GConf

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/sh -e

output_dir="$1"
shift
files="$*"

for f in $files; do
echo -ne "stripping translations from $f...\t"
xsltproc --nonet --output $f \
--stringparam output.locales.xml "$output_dir"/`basename $f`.locales.xml \
/usr/share/gconf/gconf2-strip-locales.xsl $f
echo "done"
done
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin