You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.
# To run under Windows use MozillaBuild package - https://forum.palemoon.org/viewtopic.php?f=19&t=13556
LANG=en_US.utf8
if [ ! -f .crowdin.key ]; then
printf "\n.crowdin.key not found\n" && exit
else
key=`cat .crowdin.key`
fi
for lang in ar bg cs da de el en-GB es-AR es-ES es-MX fa fi fr gl hr hu id is it ja kn ko nl pl pt-BR pt-PT ro ru sk sl sr sv-SE th tl tr uk vi zh-CN zh-TW
do
printf "\n downloading $lang locale from CrowdIn:\n\n"