File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -920,14 +920,15 @@ and inside _patterns_ only escape `{` and `}`.
920
920
921
921
#### Whitespace
922
922
923
- The syntax limits whitespace characters outside of a _ pattern_ to the following:
923
+ Outside of the _ text_ parts of _ patterns_ and outside of _ quoted literals_
924
+ the syntax limits whitespace characters to the following:
924
925
` U+0009 CHARACTER TABULATION ` (tab),
925
926
` U+000A LINE FEED ` (new line),
926
927
` U+000D CARRIAGE RETURN ` ,
927
928
` U+3000 IDEOGRAPHIC SPACE ` ,
928
929
or ` U+0020 SPACE ` .
929
930
930
- Inside _ patterns_ and _ quoted literals_ ,
931
+ In the _ text _ parts of _ patterns_ and in _ quoted literals_ ,
931
932
whitespace is part of the content and is recorded and stored verbatim.
932
933
Whitespace is not significant outside translatable text, except where required by the syntax.
933
934
You can’t perform that action at this time.
0 commit comments