{{ define "home" }} Home

Locale: {{ .Trans.Locale }}

Trans1: {{ .Trans.C "days-left" 1 0 "1" }}

Trans2: {{ .Trans.C "days-left" 2 0 "2" }}

FmtNumber Positive: {{ .Trans.FmtNumber .PositiveNum 2 }}

FmtNumber Negative: {{ .Trans.FmtNumber .NegativeNum 2 }}

FmtPercent Negative: {{ .Trans.FmtPercent .Percent 2 }}

FmtCurrency Negative: {{ .Trans.FmtCurrency .PositiveNum 2 .Trans.Currency }}

FmtCurrency Negative: {{ .Trans.FmtCurrency .NegativeNum 2 .Trans.Currency }}

FmtAccounting Negative: {{ .Trans.FmtAccounting .PositiveNum 2 .Trans.Currency }}

FmtAccounting Negative: {{ .Trans.FmtAccounting .NegativeNum 2 .Trans.Currency }}

FmtDateShort: {{ .Trans.FmtDateShort .Now }}

FmtDateMedium: {{ .Trans.FmtDateMedium .Now }}

FmtDateLong: {{ .Trans.FmtDateLong .Now }}

FmtDateFull: {{ .Trans.FmtDateFull .Now }}

FmtTimeShort: {{ .Trans.FmtTimeShort .Now }}

FmtTimeMedium: {{ .Trans.FmtTimeMedium .Now }}

FmtTimeLong: {{ .Trans.FmtTimeLong .Now }}

FmtTimeFull: {{ .Trans.FmtTimeFull .Now }}

MonthsAbbreviated: {{ .Trans.MonthsAbbreviated }}

MonthsNarrow: {{ .Trans.MonthsNarrow }}

MonthsWide: {{ .Trans.MonthsWide }}

WeekdaysAbbreviated: {{ .Trans.WeekdaysAbbreviated }}

WeekdaysNarrow: {{ .Trans.WeekdaysNarrow }}

WeekdaysShort: {{ .Trans.WeekdaysShort }}

WeekdaysWide: {{ .Trans.WeekdaysWide }}

{{ end }}