TranslationWidth

From Get docs
< @angular/commonAngular/docs/8/api/common/translationwidth


TranslationWidth

enum

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
}

Members

Member Description
Narrow 1 character for en-US. For example: 'S'
Abbreviated 3 characters for en-US. For example: 'Sun'
Wide Full length for en-US. For example: "Sunday"
Short 2 characters for en-US, For example: "Su"


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/common/TranslationWidth