mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-02 19:44:02 +08:00
#18756: Fixing some localization issues with Projection
Work Item: 18756 --HG-- branch : 1.x
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
timeFormat: '@timeFormat',
|
||||
amNames: ['@cultureInfo.DateTimeFormat.AMDesignator', 'AM', 'A'],
|
||||
pmNames: ['@cultureInfo.DateTimeFormat.PMDesignator', 'PM', 'P'],
|
||||
ampm: @ampm
|
||||
ampm: @(timeFormat.Contains("tt") ? "false" : "true" )
|
||||
};
|
||||
|
||||
$.timepicker.setDefaults($.timepicker.regional['']);
|
||||
|
||||
Reference in New Issue
Block a user