Remove scripts
It has done its job, let it rest in peace
This commit is contained in:
parent
6bff42ad9b
commit
568f4540e3
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Find localization keys that are possibly not being used.
|
||||
#
|
||||
# Caveat emptor. Uses a heuristic grep, not perfect.
|
||||
|
||||
jq -r 'keys[]' packages/next/locales/en-US/translation.json | while read key
|
||||
do
|
||||
if ! git grep --quiet --fixed '"'$key'"' -- :^'**/translation.json'
|
||||
then
|
||||
echo "possibly unused key ${key}"
|
||||
fi
|
||||
done
|
||||
|
Loading…
Add table
Reference in a new issue