We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
script or style tags must not contain whitespace
I think this might be wrong.
Resolves https://github.com/axuno/SmartFormat/issues/439
Update docs for ReflectionSource and DictionarySource Added general remark for CaseSensitivityType.CaseInsensitive
Correct typo
Distinguish indexed and named placeholders
Add usage of {} placeholder
Replace "test" with "example"
Added: Modify a `PluralRuleDelegate` for a specific language globally
Fix nesting code examples
Minor fix for code examples
Reference Language Plural Rules on unicode.org
Updated _Sidebar (markdown)
Update docs for new features in v3.0.0 * IReadOnlyDictionary * LocalizationFormatter
Updated Placeholders and Nesting (markdown)
Updated Syntax, Terminology (markdown)
Correct comment about using FormatOptions
The syntax defines that isnull should be followed by a colon.
Pluralization: Added note re number of arguments
Fixed some typos
Added Smart.Default is ThreadStatic
Spaces in ListFormatter may contain Placeholders
Update docs for v3.1.0
Added example for output with ListFormatter
Added hint for migrating from an old(er) version https://github.com/axuno/SmartFormat/issues/273#issuecomment-1123455430
Updated Thread Safety (markdown)
Update Singular/Plural sample