Open DrRataplan opened 2 months ago
Hello there! Thanks for this work!
I just added this locale, but I ran into this:
➜ locale-en-nl git:(master) sudo ./add.sh ./add.sh: 53: Syntax error: end of file unexpected (expecting "fi") ➜ locale-en-nl git:(master) sudo bash ./add.sh ./add.sh: line 53: syntax error: unexpected end of file
Looking at the file, I think there is an fi missing around line 27. Can that be?
fi
Looks like this was a mishap when resolving conflicts between #3 and #6, I've opened PR https://github.com/PanderMusubi/locale-en-nl/pull/10 to fix it :slightly_smiling_face:
Guess it is not solved, enclosed my modified version (added fi behind first locale-gen command.
add.txt
Hello there! Thanks for this work!
I just added this locale, but I ran into this:
Looking at the file, I think there is an
fi
missing around line 27. Can that be?