-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete support of non-standard strftime (#1085)
Some formats like '%E' are not standard in strftime, but they have been added in qTranslate to mimic some date formats. Complete the conversion tables in the new `qxtranxf_intl_strftime` to support those, for retro-compatibility. Anyway this function is temporary, as strftime formats should not be used anymore. Reorder the mappings in the original converter to better separate non-standard pairs. Note that three of them are not supported in the new function.
- Loading branch information
Showing
1 changed file
with
45 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters