TranslationWidth

enum

Multiple widths are available for translations: narrow (1 character), abbreviated (3 characters), wide (full length), and short (2 characters, only for days).

See more...

enum TranslationWidth {
  Narrow
  Abbreviated
  Wide
  Short
}

Description

For example the day Sunday will be:

  • Narrow: S
  • Short: Su
  • Abbreviated: Sun
  • Wide: Sunday

Members

Member Description
Narrow
Abbreviated
Wide
Short

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