mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-15 10:46:18 +00:00
findMissingTranslations.sh tweak
This commit is contained in:
parent
897170294c
commit
03da376104
1 changed files with 4 additions and 1 deletions
|
@ -40,5 +40,8 @@ done
|
|||
echo
|
||||
|
||||
for K in $( printf "%s\n" "${!STRING_MAP[@]}" | sort ); do
|
||||
printf "%-35s :%s\n" "$K" "${STRING_MAP[$K]}"
|
||||
case "$#" in
|
||||
1 ) echo $K ;;
|
||||
* ) printf "%-35s :%s\n" "$K" "${STRING_MAP[$K]}" ;;
|
||||
esac
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue