Added Shavian script for English language. jquery.uls commit: 680be75a5a

This commit is contained in:
2024-10-29 08:57:53 -06:00
parent cde3c26b35
commit 87ae28951d

View File

@@ -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"/*