diff options
| author | Heinenen <37484430+Heinenen@users.noreply.github.com> | 2024-04-19 16:26:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-19 14:26:49 +0000 |
| commit | d65d9d0fe648415bb61e90042c3a98d865391b95 (patch) | |
| tree | 7effc8d9d86f4f62f86e6d065100931e081ff908 /tests/suite | |
| parent | a6a331bd2dbcebbf88901e583cc734b5c6437bcb (diff) | |
Localization with custom key-value format (#3728)
Diffstat (limited to 'tests/suite')
| -rw-r--r-- | tests/suite/text/lang.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/suite/text/lang.typ b/tests/suite/text/lang.typ index 74f70140..9bce5c3c 100644 --- a/tests/suite/text/lang.typ +++ b/tests/suite/text/lang.typ @@ -72,3 +72,9 @@ --- text-region-bad-value --- // Error: 19-24 expected two letter region code (ISO 3166-1 alpha-2) #set text(region: "hey") + +--- text-language-fallback-english --- +#set text(lang: "qaa") +#outline() +#set text(lang: "qaa", region: "aa") +#outline()
\ No newline at end of file |
