Commit History

Author SHA1 Message Date
  Dean Karn df9253ed33 increment version 8 years ago
  Dean Karn d1ae01242a more multibyte checks for []byte to string changeover 8 years ago
  Dean Karn 5b6f32dd67 add check for multibyte chars after switching from []byte to string 8 years ago
  Dean Karn aaae900248 covered stored data from []byte to string 8 years ago
  Dean Karn aba249d95c add gitter badge 8 years ago
  Dean Karn 3dd1eb757d Update README.md 8 years ago
  Dean Karn ba222167ff correct typo 8 years ago
  Dean Karn 07f042c310 add more notes to generate resources code. 8 years ago
  Dean Karn ed43bddef9 update README 8 years ago
  Dean Karn 0e068366fd Add PluralsRange() function to mirror PluralsCardinal() and PluralsOrdingal() 8 years ago
  joeybloggs 8fdc8e15c9 add locale map generation for external mapping of locale to instance function. 8 years ago
  joeybloggs 57328c926b add some notes. 8 years ago
  joeybloggs 7cec94c3d9 complete README 8 years ago
  joeybloggs 1f595e5249 add cross locale currency tests. 8 years ago
  joeybloggs 60ab046797 add a space for readability for non locale specific currencies eg. -USD<space>10,356.45 vs -$10,356.45 8 years ago
  joeybloggs 3a5fed48f1 Correct Weekday in FmtDate functions, was accidentally calling Day() instead of Weekday() 8 years ago
  joeybloggs f88072b7cd add more month and weekday tests. 8 years ago
  joeybloggs d76a9c4189 Add Month & Weekday locale accessors. 8 years ago
  joeybloggs 40fb3acdea add "strconv" to template 8 years ago
  joeybloggs a39370274d Remove FmtDateTime functions and some variables when not used on locale struct 8 years ago
  joeybloggs a812d5e663 Add FmtDateTime helper functions. 8 years ago
  joeybloggs 4d5203f4ff Add timezone logic + locale specific info 8 years ago
  joeybloggs 936167fec0 look at timezones to see if can set appropriately in FmtTime... 8 years ago
  joeybloggs 3997c6649a Add calendar data, now onto the functions. 8 years ago
  joeybloggs 867917045d add a negative zero test ( I know no such thing right ) 8 years ago
  joeybloggs aaa28727a7 add accounting currency formatting logic + function 8 years ago
  joeybloggs 5e30685010 add regular currency logic 8 years ago
  joeybloggs 7a50918c70 Modify to store percent prefix & suffix on translator instance ( when available ) 8 years ago
  joeybloggs 15e8d9841c sure up percent prefix logic, just need to turn prefixes into bytes... 8 years ago
  joeybloggs fb2acb9360 add FmtPercent logic. 8 years ago