We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deda094 commit fe02ebbCopy full SHA for fe02ebb
utils/compare-locales.sh
@@ -8,7 +8,7 @@
8
9
status=0
10
11
-pushd src/chrome/locale
+cd src/chrome/locale
12
for lang in *
13
do
14
comm -2 -3 <(grep '^<!ENTITY' en/* | cut -d' ' -f2 | sort -u) <(grep '^<!ENTITY' $lang/* | cut -d' ' -f2 | sort -u) | grep . && echo "\_ missing for locale" $lang && status=1
0 commit comments