mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
added note to Lang.zig and updated lang script to not process the comment
This commit is contained in:
@@ -40,7 +40,9 @@ fi
|
||||
declare -a LANG_STRINGS
|
||||
|
||||
while read -r line; do
|
||||
if [[ "$line" =~ ^([^:]*): ]]; then
|
||||
if [[ -z "$line" || "$line" =~ ^\/\/ ]]; then
|
||||
:
|
||||
elif [[ "$line" =~ ^([^:]*): ]]; then
|
||||
LANG_STRINGS+=("${BASH_REMATCH[1]}")
|
||||
else
|
||||
echo "ERROR: Line '$line' in file '$ZIG_LANG_FILE' does not contain an entry of the pattern '<lang_item>: ...'." >&2
|
||||
|
||||
Reference in New Issue
Block a user