Commit History

Author SHA1 Message Date
  Administrator 720cad5fc9 Updated CLDR to 31.0.1; Added test for russian; Added methods Decimal, Group, Minus; Refactoring: replaced l := len(s) + 0 + 0*len(s[:len(s)-int(v)-1])/3 => l := len(s) + 0; t.Year()*-1 -> -t.Year() 6 years ago
  Dean Karn 714810d52d Correct english inheritance 7 years ago
  joeybloggs 7433bc2714 Update to CLDR v30.0.3 7 years ago
  Dean Karn 50b61faf3b regenerate locale data with patches 7 years ago
  Dean Karn 7832011dcf Correct some issues + Add Russian tests 7 years ago
  Dean Karn 016991eda3 add generated tests 7 years ago
  Dean Karn a75cdd7161 a few more low level optimizations 7 years ago
  Dean Karn c83f384137 some low level optimizations 7 years ago
  Dean Karn d1ae01242a more multibyte checks for []byte to string changeover 7 years ago
  Dean Karn 5b6f32dd67 add check for multibyte chars after switching from []byte to string 7 years ago
  Dean Karn aaae900248 covered stored data from []byte to string 7 years ago
  Dean Karn 0e068366fd Add PluralsRange() function to mirror PluralsCardinal() and PluralsOrdingal() 7 years ago
  joeybloggs 8fdc8e15c9 add locale map generation for external mapping of locale to instance function. 7 years ago
  joeybloggs 60ab046797 add a space for readability for non locale specific currencies eg. -USD<space>10,356.45 vs -$10,356.45 7 years ago
  joeybloggs 3a5fed48f1 Correct Weekday in FmtDate functions, was accidentally calling Day() instead of Weekday() 7 years ago
  joeybloggs d76a9c4189 Add Month & Weekday locale accessors. 7 years ago
  joeybloggs a39370274d Remove FmtDateTime functions and some variables when not used on locale struct 7 years ago
  joeybloggs a812d5e663 Add FmtDateTime helper functions. 7 years ago
  joeybloggs 4d5203f4ff Add timezone logic + locale specific info 7 years ago
  joeybloggs 936167fec0 look at timezones to see if can set appropriately in FmtTime... 7 years ago
  joeybloggs 3997c6649a Add calendar data, now onto the functions. 7 years ago
  joeybloggs aaa28727a7 add accounting currency formatting logic + function 7 years ago
  joeybloggs 5e30685010 add regular currency logic 7 years ago
  joeybloggs 7a50918c70 Modify to store percent prefix & suffix on translator instance ( when available ) 7 years ago
  joeybloggs 15e8d9841c sure up percent prefix logic, just need to turn prefixes into bytes... 7 years ago
  joeybloggs fb2acb9360 add FmtPercent logic. 8 years ago
  joeybloggs 99657750cc ad variable grouping logic + cleanup generated code newlines 8 years ago
  joeybloggs 7639a43974 Add FmtNumber function + logic. 8 years ago
  joeybloggs df0d272ef2 add range plural rules + expose Ordinal + Cardinal functions 8 years ago
  joeybloggs f81dd14d3c add ordinal rules + some variable cleanup 8 years ago