TranslationWidth
Multiple widths are available for translations: narrow (1 character), abbreviated (3 characters), wide (full length), and short (2 characters, only for days).
enum TranslationWidth {
Narrow
Abbreviated
Wide
Short
}
说明
For example the day Sunday will be:
- Narrow:
S - Short:
Su - Abbreviated:
Sun - Wide:
Sunday
成员列表
| 成员 | 说明 |
|---|---|
Narrow | |
Abbreviated | |
Wide | |
Short |