1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Merge pull request #856 from plague006/fix/check_locale

Fix typo in locale_check
This commit is contained in:
Matthew 2019-03-04 15:06:10 -05:00 committed by GitHub
commit b00ddfa47c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ ldiff() {
}
echo "##############################"
echo" Checking locale for misplaced/missing keys."
echo "Checking locale for misplaced/missing keys."
for dir in *; do
if [ "$dir" != "en" ]; then
ls en | ldiff $dir