Skip to content

Commit c338fb9

Browse files
committed
add comment
1 parent 5a1e6de commit c338fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/update-locales.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mv ./options/locale/locale_en-US.ini ./options/
2424
# * `a="foo` gets `"foo` (although the quote is not closed)
2525
# * 'a=`foo`' works like single-quote
2626
# crowdin needs the strings to be quoted correctly and doesn't like incomplete quotes
27-
# crowdin always outputs quoted strings
27+
# crowdin always outputs quoted strings if there are quotes in the strings.
2828

2929
# this script helps to unquote the crowdin outputs for the quirky ini library
3030
# * find all `key="...\"..."` lines

0 commit comments

Comments
 (0)