Added Shavian script for English language. jquery.uls commit: 680be75a5a
This commit is contained in:
@@ -4,9 +4,9 @@ BASEDIR=$(dirname "$0")
|
||||
BASEDIR="$BASEDIR/.."
|
||||
|
||||
DEST="$BASEDIR/lib/jquery.uls"
|
||||
CLONEDIR="$BASEDIR/vendor/jquery.uls"
|
||||
CLONEDIR="$HOME/src/jquery.uls"
|
||||
|
||||
UPSTREAM="https://github.com/wikimedia/jquery.uls.git"
|
||||
UPSTREAM="https://git.nordgren.vip/bryce/jquery.uls.git"
|
||||
|
||||
echo "Getting latest jquery.uls from $UPSTREAM"
|
||||
|
||||
@@ -16,6 +16,7 @@ if [ -d "$CLONEDIR" ]; then
|
||||
popd
|
||||
else
|
||||
git clone "$UPSTREAM" "$CLONEDIR"
|
||||
git checkout shavian
|
||||
fi
|
||||
|
||||
rm -rf "$DEST"/*
|
||||
|
||||
Reference in New Issue
Block a user