From a8961c561fc9f6bc4967623d1ed84bc66eb7ed31 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 27 Aug 2021 12:37:26 +0200 Subject: [PATCH] po: permit the Indonesian PO file to come back -- there was a big update --- po/update_linguas.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/update_linguas.sh b/po/update_linguas.sh index 23919b02..fa092afa 100755 --- a/po/update_linguas.sh +++ b/po/update_linguas.sh @@ -9,8 +9,8 @@ rm *.po wget --recursive --level=1 --accept=po --no-directories --no-verbose \ https://translationproject.org/latest/nano/ || exit 2 -# These PO files are less than twenty percent translated: -rm -v id.po nn.po +# This PO file is less than twenty percent translated: +rm -v nn.po # Are there now PO files that are not in git yet? NEWSTUFF=$(git status --porcelain *.po | grep "^??")