pidgin/dictionaries

quote the locale_code in available.lst
draft default tip
2022-02-15, Gary Kramlich
5f1a0c7496b5
quote the locale_code in available.lst
FROM debian:bullseye
ENV DEBIAN_FRONTEND=noninteractive
COPY mk-pkg-list .
RUN set -ex && \
apt-get update && \
apt-get install -y zip jq iso-codes python3 python3-setuptools python3-pycountry && \
./mk-pkg-list | xargs apt-get install -y
COPY mk-lang-zip mk-entry.py ./