填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

TranslationWidth

字符串宽度可用于翻译。特定的字符宽度是特定于语言环境的。这里给出了英语中 “Sunday” 一词的示例。

String widths available for translations. The specific character widths are locale-specific. Examples are given for the word "Sunday" in English.

      
      enum TranslationWidth {
  Narrow
  Abbreviated
  Wide
  Short
}
    

成员列表

成员说明
Narrow

en-US 是 1 字符。比如:'S'

1 character for en-US. For example: 'S'

Abbreviated

en-US 是 3 字符。比如:'Sun'

3 characters for en-US. For example: 'Sun'

Wide

en-US 是全长。例如:“星期日”

Full length for en-US. For example: "Sunday"

Short

en-US 是 2 个字符,例如:“Su”

2 characters for en-US, For example: "Su"