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:
commit
b00ddfa47c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user