Skip to content

Commit

Permalink
Fix: language normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Feb 18, 2024
1 parent 97615d3 commit 067e4bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ normalize_fields() {
NEW_LANGUAGE="${NEW_LANGUAGE:2}"
if [ "$LANGUAGE_LINE" != "$NEW_LANGUAGE" ]
then
echo "$F: $LANGUAGE -> $LANGUAGE_UPPER"
sed -i -e "s/^#LANGUAGE:.*/#LANGUAGE:$LANGUAGE_UPPER/" "$F"
echo "$F: $LANGUAGE_LINE -> $NEW_LANGUAGE"
sed -i -e "s/^#LANGUAGE:.*/#LANGUAGE:$NEW_LANGUAGE/" "$F"
fi
done
}
Expand Down

0 comments on commit 067e4bb

Please sign in to comment.