Documentation
¶
Overview ¶
Package locales provides all the content for translations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Content embed.FS
Content is the embedded content for the locales.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DateFormat string `json:"date_format"` DecimalMark string `json:"decimal_mark"` ThousandSeparator string `json:"thousand_separator"` CurrencyFormat string `json:"currency_format"` }
Config determines the configuration options for numbers and currency which don't necessarily coincide with those expected from the locale.
Click to show internal directories.
Click to hide internal directories.