I18nEntry
- Namespace: SuCoS.Models
- Source File: I18nEntry.cs
A single translation entry, supporting both simple string values and plural-aware (one/other) format compatible with Hugo.
Properties
One
(string?) { get; set }: Singular form, used when count is 1.
Other
(string?) { get; set }: Plural form, used when count is not 1.