Skip to content
Snippets Groups Projects
Commit 46334b63 authored by Vadim Savchuk's avatar Vadim Savchuk
Browse files

EXT-8309 FIXED Incorrect French date format in place profile and status bar.

Changes:
- Added support for formatting day of the month without leading zero ("sday").
- Changed date format in place profile (landmark info) and in the top status bar
  according to bug reporter's request.

Technical details:
Actually implementation of strftime() in Linux and Windows supports stripping the
leading zero (with "%-d" and "%#d" respectively).
But that's not supported in MacOSX, so I had to reimplement it.

Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/842/

--HG--
branch : product-engine
parent 4701fc0a
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 2 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment