We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1e6de commit c338fb9Copy full SHA for c338fb9
build/update-locales.sh
@@ -24,7 +24,7 @@ mv ./options/locale/locale_en-US.ini ./options/
24
# * `a="foo` gets `"foo` (although the quote is not closed)
25
# * 'a=`foo`' works like single-quote
26
# crowdin needs the strings to be quoted correctly and doesn't like incomplete quotes
27
-# crowdin always outputs quoted strings
+# crowdin always outputs quoted strings if there are quotes in the strings.
28
29
# this script helps to unquote the crowdin outputs for the quirky ini library
30
# * find all `key="...\"..."` lines
0 commit comments