mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- locale: move scripts to subdir 'helpers/'
This commit is contained in:
9
data/locale/helpers/check-locale
Executable file
9
data/locale/helpers/check-locale
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
cut -d' ' -f1 english.locale | sort | uniq > /tmp/log
|
||||
for i in *.locale; do \
|
||||
echo $i:; \
|
||||
echo "----------------"; \
|
||||
cut -d' ' -f1 $i | diff -u - /tmp/log; \
|
||||
echo; \
|
||||
done
|
||||
rm /tmp/log
|
Reference in New Issue
Block a user