...

Source file src/github.com/go-playground/locales/mn_MN/mn_MN.go

Documentation: github.com/go-playground/locales/mn_MN

     1  package mn_MN
     2  
     3  import (
     4  	"math"
     5  	"strconv"
     6  	"time"
     7  
     8  	"github.com/go-playground/locales"
     9  	"github.com/go-playground/locales/currency"
    10  )
    11  
    12  type mn_MN struct {
    13  	locale                 string
    14  	pluralsCardinal        []locales.PluralRule
    15  	pluralsOrdinal         []locales.PluralRule
    16  	pluralsRange           []locales.PluralRule
    17  	decimal                string
    18  	group                  string
    19  	minus                  string
    20  	percent                string
    21  	perMille               string
    22  	timeSeparator          string
    23  	inifinity              string
    24  	currencies             []string // idx = enum of currency code
    25  	currencyPositivePrefix string
    26  	currencyNegativePrefix string
    27  	monthsAbbreviated      []string
    28  	monthsNarrow           []string
    29  	monthsWide             []string
    30  	daysAbbreviated        []string
    31  	daysNarrow             []string
    32  	daysShort              []string
    33  	daysWide               []string
    34  	periodsAbbreviated     []string
    35  	periodsNarrow          []string
    36  	periodsShort           []string
    37  	periodsWide            []string
    38  	erasAbbreviated        []string
    39  	erasNarrow             []string
    40  	erasWide               []string
    41  	timezones              map[string]string
    42  }
    43  
    44  // New returns a new instance of translator for the 'mn_MN' locale
    45  func New() locales.Translator {
    46  	return &mn_MN{
    47  		locale:                 "mn_MN",
    48  		pluralsCardinal:        []locales.PluralRule{2, 6},
    49  		pluralsOrdinal:         []locales.PluralRule{6},
    50  		pluralsRange:           []locales.PluralRule{2, 6},
    51  		decimal:                ".",
    52  		group:                  ",",
    53  		minus:                  "-",
    54  		percent:                "%",
    55  		perMille:               "‰",
    56  		timeSeparator:          ":",
    57  		inifinity:              "∞",
    58  		currencies:             []string{"ADP", "AED", "AFA", "AFN", "ALK", "ALL", "AMD", "ANG", "AOA", "AOK", "AON", "AOR", "ARA", "ARL", "ARM", "ARP", "ARS", "ATS", "AUD", "AWG", "AZM", "AZN", "BAD", "BAM", "BAN", "BBD", "BDT", "BEC", "BEF", "BEL", "BGL", "BGM", "BGN", "BGO", "BHD", "BIF", "BMD", "BND", "BOB", "BOL", "BOP", "BOV", "BRB", "BRC", "BRE", "BRL", "BRN", "BRR", "BRZ", "BSD", "BTN", "BUK", "BWP", "BYB", "BYN", "BYR", "BZD", "CAD", "CDF", "CHE", "CHF", "CHW", "CLE", "CLF", "CLP", "CNH", "CNX", "CNY", "COP", "COU", "CRC", "CSD", "CSK", "CUC", "CUP", "CVE", "CYP", "CZK", "DDM", "DEM", "DJF", "DKK", "DOP", "DZD", "ECS", "ECV", "EEK", "EGP", "ERN", "ESA", "ESB", "ESP", "ETB", "EUR", "FIM", "FJD", "FKP", "FRF", "GBP", "GEK", "GEL", "GHC", "GHS", "GIP", "GMD", "GNF", "GNS", "GQE", "GRD", "GTQ", "GWE", "GWP", "GYD", "HKD", "HNL", "HRD", "HRK", "HTG", "HUF", "IDR", "IEP", "ILP", "ILR", "ILS", "INR", "IQD", "IRR", "ISJ", "ISK", "ITL", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRH", "KRO", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LTL", "LTT", "LUC", "LUF", "LUL", "LVL", "LVR", "LYD", "MAD", "MAF", "MCF", "MDC", "MDL", "MGA", "MGF", "MKD", "MKN", "MLF", "MMK", "MNT", "MOP", "MRO", "MRU", "MTL", "MTP", "MUR", "MVP", "MVR", "MWK", "MXN", "MXP", "MXV", "MYR", "MZE", "MZM", "MZN", "NAD", "NGN", "NIC", "NIO", "NLG", "NOK", "NPR", "NZD", "OMR", "PAB", "PEI", "PEN", "PES", "PGK", "PHP", "PKR", "PLN", "PLZ", "PTE", "PYG", "QAR", "RHD", "ROL", "RON", "RSD", "RUB", "RUR", "RWF", "SAR", "SBD", "SCR", "SDD", "SDG", "SDP", "SEK", "SGD", "SHP", "SIT", "SKK", "SLL", "SOS", "SRD", "SRG", "SSP", "STD", "STN", "SUR", "SVC", "SYP", "SZL", "THB", "TJR", "TJS", "TMM", "TMT", "TND", "TOP", "TPE", "TRL", "TRY", "TTD", "TWD", "TZS", "UAH", "UAK", "UGS", "UGX", "USD", "USN", "USS", "UYI", "UYP", "UYU", "UYW", "UZS", "VEB", "VEF", "VES", "VND", "VNN", "VUV", "WST", "XAF", "XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "XCD", "XDR", "XEU", "XFO", "XFU", "XOF", "XPD", "XPF", "XPT", "XRE", "XSU", "XTS", "XUA", "XXX", "YDD", "YER", "YUD", "YUM", "YUN", "YUR", "ZAL", "ZAR", "ZMK", "ZMW", "ZRN", "ZRZ", "ZWD", "ZWL", "ZWR"},
    59  		currencyPositivePrefix: " ",
    60  		currencyNegativePrefix: " ",
    61  		monthsAbbreviated:      []string{"", "1-р сар", "2-р сар", "3-р сар", "4-р сар", "5-р сар", "6-р сар", "7-р сар", "8-р сар", "9-р сар", "10-р сар", "11-р сар", "12-р сар"},
    62  		monthsNarrow:           []string{"", "I", "II", "III", "IV", "V", "VI", "VII", "VIII", "IX", "X", "XI", "XII"},
    63  		monthsWide:             []string{"", "нэгдүгээр сар", "хоёрдугаар сар", "гуравдугаар сар", "дөрөвдүгээр сар", "тавдугаар сар", "зургаадугаар сар", "долоодугаар сар", "наймдугаар сар", "есдүгээр сар", "аравдугаар сар", "арван нэгдүгээр сар", "арван хоёрдугаар сар"},
    64  		daysAbbreviated:        []string{"Ня", "Да", "Мя", "Лх", "Пү", "Ба", "Бя"},
    65  		daysNarrow:             []string{"Ня", "Да", "Мя", "Лх", "Пү", "Ба", "Бя"},
    66  		daysShort:              []string{"Ня", "Да", "Мя", "Лх", "Пү", "Ба", "Бя"},
    67  		daysWide:               []string{"ням", "даваа", "мягмар", "лхагва", "пүрэв", "баасан", "бямба"},
    68  		periodsAbbreviated:     []string{"ү.ө.", "ү.х."},
    69  		periodsNarrow:          []string{"ү.ө.", "ү.х."},
    70  		periodsWide:            []string{"ү.ө.", "ү.х."},
    71  		erasAbbreviated:        []string{"МЭӨ", "МЭ"},
    72  		erasNarrow:             []string{"МЭӨ", "МЭ"},
    73  		erasWide:               []string{"манай эриний өмнөх", "манай эриний"},
    74  		timezones:              map[string]string{"ACDT": "Төв Австралийн зуны цаг", "ACST": "Төв Австралийн стандарт цаг", "ACWDT": "Австралийн төв баруун эргийн зуны цаг", "ACWST": "Австралийн төв баруун эргийн стандарт цаг", "ADT": "Атлантын зуны цаг", "AEDT": "Австралийн зүүн эргийн зуны цаг", "AEST": "Австралийн зүүн эргийн стандарт цаг", "AKDT": "Аляскийн зуны цаг", "AKST": "Аляскийн стандарт цаг", "ARST": "Аргентины зуны цаг", "ART": "Аргентины стандарт цаг", "AST": "Атлантын стандарт цаг", "AWDT": "Австралийн баруун эргийн зуны цаг", "AWST": "Австралийн баруун эргийн стандарт цаг", "BOT": "Боливийн цаг", "BT": "Бутаны цаг", "CAT": "Төв Африкийн цаг", "CDT": "Төв зуны цаг", "CHADT": "Чатемын зуны цаг", "CHAST": "Чатемын стандарт цаг", "CLST": "Чилийн зуны цаг", "CLT": "Чилийн стандарт цаг", "COST": "Колумбын зуны цаг", "COT": "Колумбын стандарт цаг", "CST": "Төв стандарт цаг", "ChST": "Чаморрогийн цаг", "EAT": "Зүүн Африкийн цаг", "ECT": "Эквадорын цаг", "EDT": "Зүүн эргийн зуны цаг", "EST": "Зүүн эргийн стандарт цаг", "GFT": "Францын Гвианагийн цаг", "GMT": "Гринвичийн цаг", "GST": "Персийн булангийн цаг", "GYT": "Гайанагийн цаг", "HADT": "Хавай-Алеутын зуны цаг", "HAST": "Хавай-Алеутын стандарт цаг", "HAT": "Нью-Фаундлендын зуны цаг", "HECU": "Кубын зуны цаг", "HEEG": "Зүүн Гренландын зуны цаг", "HENOMX": "Баруун хойд Мексикийн зуны цаг", "HEOG": "Баруун Гренландын зуны цаг", "HEPM": "Сент-Пьер ба Микелоны зуны цаг", "HEPMX": "Мексик-Номхон далайн зуны цаг", "HKST": "Хонг Конгийн зуны цаг", "HKT": "Хонг Конгийн стандарт цаг", "HNCU": "Кубын стандарт цаг", "HNEG": "Зүүн Гренландын стандарт цаг", "HNNOMX": "Баруун хойд Мексикийн стандарт цаг", "HNOG": "Баруун Гренландын стандарт цаг", "HNPM": "Сент-Пьер ба Микелоны стандарт цаг", "HNPMX": "Мексик-Номхон далайн стандарт цаг", "HNT": "Нью-Фаундлендын стандарт цаг", "IST": "Энэтхэгийн цаг", "JDT": "Японы зуны цаг", "JST": "Японы стандарт цаг", "LHDT": "Лорд Хоугийн зуны цаг", "LHST": "Лорд Хоугийн стандарт цаг", "MDT": "Уулын зуны цаг", "MESZ": "Төв Европын зуны цаг", "MEZ": "Төв Европын стандарт цаг", "MST": "Уулын стандарт цаг", "MYT": "Малайзын цаг", "NZDT": "Шинэ Зеландын зуны цаг", "NZST": "Шинэ Зеландын стандарт цаг", "OESZ": "Зүүн Европын зуны цаг", "OEZ": "Зүүн Европын стандарт цаг", "PDT": "Номхон далайн зуны цаг", "PST": "Номхон далайн стандарт цаг", "SAST": "Өмнөд Африкийн стандарт цаг", "SGT": "Сингапурын цаг", "SRT": "Суринамын цаг", "TMST": "Туркменистаны зуны цаг", "TMT": "Туркменистаны стандарт цаг", "UYST": "Уругвайн зуны цаг", "UYT": "Уругвайн стандарт цаг", "VET": "Венесуэлийн цаг", "WARST": "Баруун Аргентины зуны цаг", "WART": "Баруун Аргентины стандарт цаг", "WAST": "Баруун Африкийн зуны цаг", "WAT": "Баруун Африкийн стандарт цаг", "WESZ": "Баруун Европын зуны цаг", "WEZ": "Баруун Европын стандарт цаг", "WIB": "Баруун Индонезийн цаг", "WIT": "Зүүн Индонезийн цаг", "WITA": "Төв Индонезийн цаг", "∅∅∅": "Бразилийн зуны цаг"},
    75  	}
    76  }
    77  
    78  // Locale returns the current translators string locale
    79  func (mn *mn_MN) Locale() string {
    80  	return mn.locale
    81  }
    82  
    83  // PluralsCardinal returns the list of cardinal plural rules associated with 'mn_MN'
    84  func (mn *mn_MN) PluralsCardinal() []locales.PluralRule {
    85  	return mn.pluralsCardinal
    86  }
    87  
    88  // PluralsOrdinal returns the list of ordinal plural rules associated with 'mn_MN'
    89  func (mn *mn_MN) PluralsOrdinal() []locales.PluralRule {
    90  	return mn.pluralsOrdinal
    91  }
    92  
    93  // PluralsRange returns the list of range plural rules associated with 'mn_MN'
    94  func (mn *mn_MN) PluralsRange() []locales.PluralRule {
    95  	return mn.pluralsRange
    96  }
    97  
    98  // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'mn_MN'
    99  func (mn *mn_MN) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
   100  
   101  	n := math.Abs(num)
   102  
   103  	if n == 1 {
   104  		return locales.PluralRuleOne
   105  	}
   106  
   107  	return locales.PluralRuleOther
   108  }
   109  
   110  // OrdinalPluralRule returns the ordinal PluralRule given 'num' and digits/precision of 'v' for 'mn_MN'
   111  func (mn *mn_MN) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
   112  	return locales.PluralRuleOther
   113  }
   114  
   115  // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'mn_MN'
   116  func (mn *mn_MN) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
   117  
   118  	start := mn.CardinalPluralRule(num1, v1)
   119  	end := mn.CardinalPluralRule(num2, v2)
   120  
   121  	if start == locales.PluralRuleOne && end == locales.PluralRuleOther {
   122  		return locales.PluralRuleOther
   123  	} else if start == locales.PluralRuleOther && end == locales.PluralRuleOne {
   124  		return locales.PluralRuleOne
   125  	}
   126  
   127  	return locales.PluralRuleOther
   128  
   129  }
   130  
   131  // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
   132  func (mn *mn_MN) MonthAbbreviated(month time.Month) string {
   133  	return mn.monthsAbbreviated[month]
   134  }
   135  
   136  // MonthsAbbreviated returns the locales abbreviated months
   137  func (mn *mn_MN) MonthsAbbreviated() []string {
   138  	return mn.monthsAbbreviated[1:]
   139  }
   140  
   141  // MonthNarrow returns the locales narrow month given the 'month' provided
   142  func (mn *mn_MN) MonthNarrow(month time.Month) string {
   143  	return mn.monthsNarrow[month]
   144  }
   145  
   146  // MonthsNarrow returns the locales narrow months
   147  func (mn *mn_MN) MonthsNarrow() []string {
   148  	return mn.monthsNarrow[1:]
   149  }
   150  
   151  // MonthWide returns the locales wide month given the 'month' provided
   152  func (mn *mn_MN) MonthWide(month time.Month) string {
   153  	return mn.monthsWide[month]
   154  }
   155  
   156  // MonthsWide returns the locales wide months
   157  func (mn *mn_MN) MonthsWide() []string {
   158  	return mn.monthsWide[1:]
   159  }
   160  
   161  // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
   162  func (mn *mn_MN) WeekdayAbbreviated(weekday time.Weekday) string {
   163  	return mn.daysAbbreviated[weekday]
   164  }
   165  
   166  // WeekdaysAbbreviated returns the locales abbreviated weekdays
   167  func (mn *mn_MN) WeekdaysAbbreviated() []string {
   168  	return mn.daysAbbreviated
   169  }
   170  
   171  // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
   172  func (mn *mn_MN) WeekdayNarrow(weekday time.Weekday) string {
   173  	return mn.daysNarrow[weekday]
   174  }
   175  
   176  // WeekdaysNarrow returns the locales narrow weekdays
   177  func (mn *mn_MN) WeekdaysNarrow() []string {
   178  	return mn.daysNarrow
   179  }
   180  
   181  // WeekdayShort returns the locales short weekday given the 'weekday' provided
   182  func (mn *mn_MN) WeekdayShort(weekday time.Weekday) string {
   183  	return mn.daysShort[weekday]
   184  }
   185  
   186  // WeekdaysShort returns the locales short weekdays
   187  func (mn *mn_MN) WeekdaysShort() []string {
   188  	return mn.daysShort
   189  }
   190  
   191  // WeekdayWide returns the locales wide weekday given the 'weekday' provided
   192  func (mn *mn_MN) WeekdayWide(weekday time.Weekday) string {
   193  	return mn.daysWide[weekday]
   194  }
   195  
   196  // WeekdaysWide returns the locales wide weekdays
   197  func (mn *mn_MN) WeekdaysWide() []string {
   198  	return mn.daysWide
   199  }
   200  
   201  // Decimal returns the decimal point of number
   202  func (mn *mn_MN) Decimal() string {
   203  	return mn.decimal
   204  }
   205  
   206  // Group returns the group of number
   207  func (mn *mn_MN) Group() string {
   208  	return mn.group
   209  }
   210  
   211  // Group returns the minus sign of number
   212  func (mn *mn_MN) Minus() string {
   213  	return mn.minus
   214  }
   215  
   216  // FmtNumber returns 'num' with digits/precision of 'v' for 'mn_MN' and handles both Whole and Real numbers based on 'v'
   217  func (mn *mn_MN) FmtNumber(num float64, v uint64) string {
   218  
   219  	s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
   220  	l := len(s) + 2 + 1*len(s[:len(s)-int(v)-1])/3
   221  	count := 0
   222  	inWhole := v == 0
   223  	b := make([]byte, 0, l)
   224  
   225  	for i := len(s) - 1; i >= 0; i-- {
   226  
   227  		if s[i] == '.' {
   228  			b = append(b, mn.decimal[0])
   229  			inWhole = true
   230  			continue
   231  		}
   232  
   233  		if inWhole {
   234  			if count == 3 {
   235  				b = append(b, mn.group[0])
   236  				count = 1
   237  			} else {
   238  				count++
   239  			}
   240  		}
   241  
   242  		b = append(b, s[i])
   243  	}
   244  
   245  	if num < 0 {
   246  		b = append(b, mn.minus[0])
   247  	}
   248  
   249  	// reverse
   250  	for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
   251  		b[i], b[j] = b[j], b[i]
   252  	}
   253  
   254  	return string(b)
   255  }
   256  
   257  // FmtPercent returns 'num' with digits/precision of 'v' for 'mn_MN' and handles both Whole and Real numbers based on 'v'
   258  // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
   259  func (mn *mn_MN) FmtPercent(num float64, v uint64) string {
   260  	s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
   261  	l := len(s) + 3
   262  	b := make([]byte, 0, l)
   263  
   264  	for i := len(s) - 1; i >= 0; i-- {
   265  
   266  		if s[i] == '.' {
   267  			b = append(b, mn.decimal[0])
   268  			continue
   269  		}
   270  
   271  		b = append(b, s[i])
   272  	}
   273  
   274  	if num < 0 {
   275  		b = append(b, mn.minus[0])
   276  	}
   277  
   278  	// reverse
   279  	for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
   280  		b[i], b[j] = b[j], b[i]
   281  	}
   282  
   283  	b = append(b, mn.percent...)
   284  
   285  	return string(b)
   286  }
   287  
   288  // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'mn_MN'
   289  func (mn *mn_MN) FmtCurrency(num float64, v uint64, currency currency.Type) string {
   290  
   291  	s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
   292  	symbol := mn.currencies[currency]
   293  	l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
   294  	count := 0
   295  	inWhole := v == 0
   296  	b := make([]byte, 0, l)
   297  
   298  	for i := len(s) - 1; i >= 0; i-- {
   299  
   300  		if s[i] == '.' {
   301  			b = append(b, mn.decimal[0])
   302  			inWhole = true
   303  			continue
   304  		}
   305  
   306  		if inWhole {
   307  			if count == 3 {
   308  				b = append(b, mn.group[0])
   309  				count = 1
   310  			} else {
   311  				count++
   312  			}
   313  		}
   314  
   315  		b = append(b, s[i])
   316  	}
   317  
   318  	for j := len(symbol) - 1; j >= 0; j-- {
   319  		b = append(b, symbol[j])
   320  	}
   321  
   322  	for j := len(mn.currencyPositivePrefix) - 1; j >= 0; j-- {
   323  		b = append(b, mn.currencyPositivePrefix[j])
   324  	}
   325  
   326  	if num < 0 {
   327  		b = append(b, mn.minus[0])
   328  	}
   329  
   330  	// reverse
   331  	for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
   332  		b[i], b[j] = b[j], b[i]
   333  	}
   334  
   335  	if int(v) < 2 {
   336  
   337  		if v == 0 {
   338  			b = append(b, mn.decimal...)
   339  		}
   340  
   341  		for i := 0; i < 2-int(v); i++ {
   342  			b = append(b, '0')
   343  		}
   344  	}
   345  
   346  	return string(b)
   347  }
   348  
   349  // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'mn_MN'
   350  // in accounting notation.
   351  func (mn *mn_MN) FmtAccounting(num float64, v uint64, currency currency.Type) string {
   352  
   353  	s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
   354  	symbol := mn.currencies[currency]
   355  	l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
   356  	count := 0
   357  	inWhole := v == 0
   358  	b := make([]byte, 0, l)
   359  
   360  	for i := len(s) - 1; i >= 0; i-- {
   361  
   362  		if s[i] == '.' {
   363  			b = append(b, mn.decimal[0])
   364  			inWhole = true
   365  			continue
   366  		}
   367  
   368  		if inWhole {
   369  			if count == 3 {
   370  				b = append(b, mn.group[0])
   371  				count = 1
   372  			} else {
   373  				count++
   374  			}
   375  		}
   376  
   377  		b = append(b, s[i])
   378  	}
   379  
   380  	if num < 0 {
   381  
   382  		for j := len(symbol) - 1; j >= 0; j-- {
   383  			b = append(b, symbol[j])
   384  		}
   385  
   386  		for j := len(mn.currencyNegativePrefix) - 1; j >= 0; j-- {
   387  			b = append(b, mn.currencyNegativePrefix[j])
   388  		}
   389  
   390  		b = append(b, mn.minus[0])
   391  
   392  	} else {
   393  
   394  		for j := len(symbol) - 1; j >= 0; j-- {
   395  			b = append(b, symbol[j])
   396  		}
   397  
   398  		for j := len(mn.currencyPositivePrefix) - 1; j >= 0; j-- {
   399  			b = append(b, mn.currencyPositivePrefix[j])
   400  		}
   401  
   402  	}
   403  
   404  	// reverse
   405  	for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
   406  		b[i], b[j] = b[j], b[i]
   407  	}
   408  
   409  	if int(v) < 2 {
   410  
   411  		if v == 0 {
   412  			b = append(b, mn.decimal...)
   413  		}
   414  
   415  		for i := 0; i < 2-int(v); i++ {
   416  			b = append(b, '0')
   417  		}
   418  	}
   419  
   420  	return string(b)
   421  }
   422  
   423  // FmtDateShort returns the short date representation of 't' for 'mn_MN'
   424  func (mn *mn_MN) FmtDateShort(t time.Time) string {
   425  
   426  	b := make([]byte, 0, 32)
   427  
   428  	if t.Year() > 0 {
   429  		b = strconv.AppendInt(b, int64(t.Year()), 10)
   430  	} else {
   431  		b = strconv.AppendInt(b, int64(-t.Year()), 10)
   432  	}
   433  
   434  	b = append(b, []byte{0x2e}...)
   435  
   436  	if t.Month() < 10 {
   437  		b = append(b, '0')
   438  	}
   439  
   440  	b = strconv.AppendInt(b, int64(t.Month()), 10)
   441  
   442  	b = append(b, []byte{0x2e}...)
   443  
   444  	if t.Day() < 10 {
   445  		b = append(b, '0')
   446  	}
   447  
   448  	b = strconv.AppendInt(b, int64(t.Day()), 10)
   449  
   450  	return string(b)
   451  }
   452  
   453  // FmtDateMedium returns the medium date representation of 't' for 'mn_MN'
   454  func (mn *mn_MN) FmtDateMedium(t time.Time) string {
   455  
   456  	b := make([]byte, 0, 32)
   457  
   458  	if t.Year() > 0 {
   459  		b = strconv.AppendInt(b, int64(t.Year()), 10)
   460  	} else {
   461  		b = strconv.AppendInt(b, int64(-t.Year()), 10)
   462  	}
   463  
   464  	b = append(b, []byte{0x20, 0xd0, 0xbe, 0xd0, 0xbd, 0xd1, 0x8b}...)
   465  	b = append(b, []byte{0x20}...)
   466  	b = append(b, mn.monthsAbbreviated[t.Month()]...)
   467  	b = append(b, []byte{0xd1, 0x8b, 0xd0, 0xbd}...)
   468  	b = append(b, []byte{0x20}...)
   469  	b = strconv.AppendInt(b, int64(t.Day()), 10)
   470  
   471  	return string(b)
   472  }
   473  
   474  // FmtDateLong returns the long date representation of 't' for 'mn_MN'
   475  func (mn *mn_MN) FmtDateLong(t time.Time) string {
   476  
   477  	b := make([]byte, 0, 32)
   478  
   479  	if t.Year() > 0 {
   480  		b = strconv.AppendInt(b, int64(t.Year()), 10)
   481  	} else {
   482  		b = strconv.AppendInt(b, int64(-t.Year()), 10)
   483  	}
   484  
   485  	b = append(b, []byte{0x20, 0xd0, 0xbe, 0xd0, 0xbd, 0xd1, 0x8b}...)
   486  	b = append(b, []byte{0x20}...)
   487  	b = append(b, mn.monthsWide[t.Month()]...)
   488  	b = append(b, []byte{0xd1, 0x8b, 0xd0, 0xbd}...)
   489  	b = append(b, []byte{0x20}...)
   490  	b = strconv.AppendInt(b, int64(t.Day()), 10)
   491  
   492  	return string(b)
   493  }
   494  
   495  // FmtDateFull returns the full date representation of 't' for 'mn_MN'
   496  func (mn *mn_MN) FmtDateFull(t time.Time) string {
   497  
   498  	b := make([]byte, 0, 32)
   499  
   500  	if t.Year() > 0 {
   501  		b = strconv.AppendInt(b, int64(t.Year()), 10)
   502  	} else {
   503  		b = strconv.AppendInt(b, int64(-t.Year()), 10)
   504  	}
   505  
   506  	b = append(b, []byte{0x20, 0xd0, 0xbe, 0xd0, 0xbd, 0xd1, 0x8b}...)
   507  	b = append(b, []byte{0x20}...)
   508  	b = append(b, mn.monthsWide[t.Month()]...)
   509  	b = append(b, []byte{0xd1, 0x8b, 0xd0, 0xbd}...)
   510  	b = append(b, []byte{0x20}...)
   511  	b = strconv.AppendInt(b, int64(t.Day()), 10)
   512  	b = append(b, []byte{0x2c, 0x20}...)
   513  	b = append(b, mn.daysWide[t.Weekday()]...)
   514  	b = append(b, []byte{0x20, 0xd0, 0xb3, 0xd0, 0xb0, 0xd1, 0x80, 0xd0, 0xb0, 0xd0, 0xb3}...)
   515  
   516  	return string(b)
   517  }
   518  
   519  // FmtTimeShort returns the short time representation of 't' for 'mn_MN'
   520  func (mn *mn_MN) FmtTimeShort(t time.Time) string {
   521  
   522  	b := make([]byte, 0, 32)
   523  
   524  	if t.Hour() < 10 {
   525  		b = append(b, '0')
   526  	}
   527  
   528  	b = strconv.AppendInt(b, int64(t.Hour()), 10)
   529  	b = append(b, mn.timeSeparator...)
   530  
   531  	if t.Minute() < 10 {
   532  		b = append(b, '0')
   533  	}
   534  
   535  	b = strconv.AppendInt(b, int64(t.Minute()), 10)
   536  
   537  	return string(b)
   538  }
   539  
   540  // FmtTimeMedium returns the medium time representation of 't' for 'mn_MN'
   541  func (mn *mn_MN) FmtTimeMedium(t time.Time) string {
   542  
   543  	b := make([]byte, 0, 32)
   544  
   545  	if t.Hour() < 10 {
   546  		b = append(b, '0')
   547  	}
   548  
   549  	b = strconv.AppendInt(b, int64(t.Hour()), 10)
   550  	b = append(b, mn.timeSeparator...)
   551  
   552  	if t.Minute() < 10 {
   553  		b = append(b, '0')
   554  	}
   555  
   556  	b = strconv.AppendInt(b, int64(t.Minute()), 10)
   557  	b = append(b, mn.timeSeparator...)
   558  
   559  	if t.Second() < 10 {
   560  		b = append(b, '0')
   561  	}
   562  
   563  	b = strconv.AppendInt(b, int64(t.Second()), 10)
   564  
   565  	return string(b)
   566  }
   567  
   568  // FmtTimeLong returns the long time representation of 't' for 'mn_MN'
   569  func (mn *mn_MN) FmtTimeLong(t time.Time) string {
   570  
   571  	b := make([]byte, 0, 32)
   572  
   573  	if t.Hour() < 10 {
   574  		b = append(b, '0')
   575  	}
   576  
   577  	b = strconv.AppendInt(b, int64(t.Hour()), 10)
   578  	b = append(b, mn.timeSeparator...)
   579  
   580  	if t.Minute() < 10 {
   581  		b = append(b, '0')
   582  	}
   583  
   584  	b = strconv.AppendInt(b, int64(t.Minute()), 10)
   585  	b = append(b, mn.timeSeparator...)
   586  
   587  	if t.Second() < 10 {
   588  		b = append(b, '0')
   589  	}
   590  
   591  	b = strconv.AppendInt(b, int64(t.Second()), 10)
   592  	b = append(b, []byte{0x20, 0x28}...)
   593  
   594  	tz, _ := t.Zone()
   595  	b = append(b, tz...)
   596  
   597  	b = append(b, []byte{0x29}...)
   598  
   599  	return string(b)
   600  }
   601  
   602  // FmtTimeFull returns the full time representation of 't' for 'mn_MN'
   603  func (mn *mn_MN) FmtTimeFull(t time.Time) string {
   604  
   605  	b := make([]byte, 0, 32)
   606  
   607  	if t.Hour() < 10 {
   608  		b = append(b, '0')
   609  	}
   610  
   611  	b = strconv.AppendInt(b, int64(t.Hour()), 10)
   612  	b = append(b, mn.timeSeparator...)
   613  
   614  	if t.Minute() < 10 {
   615  		b = append(b, '0')
   616  	}
   617  
   618  	b = strconv.AppendInt(b, int64(t.Minute()), 10)
   619  	b = append(b, mn.timeSeparator...)
   620  
   621  	if t.Second() < 10 {
   622  		b = append(b, '0')
   623  	}
   624  
   625  	b = strconv.AppendInt(b, int64(t.Second()), 10)
   626  	b = append(b, []byte{0x20, 0x28}...)
   627  
   628  	tz, _ := t.Zone()
   629  
   630  	if btz, ok := mn.timezones[tz]; ok {
   631  		b = append(b, btz...)
   632  	} else {
   633  		b = append(b, tz...)
   634  	}
   635  
   636  	b = append(b, []byte{0x29}...)
   637  
   638  	return string(b)
   639  }
   640  

View as plain text