Issue 2321: Localization in languages that use different numbering system (arabic) break event ajax and weekly table
Status:  Invalid
Owner: ----
Closed:  Oct 2014
Reported by ALZalab...@gmail.com, Oct 16, 2014
# You must follow these instructions when entering an issue:
#
#    http://fullcalendar.io/wiki/Reporting-Bugs/
#    http://fullcalendar.io/wiki/Requesting-Features/
#
# Issues that do not follow these guidelines will be deleted without
# explanation.
#
# Please erase this text and start typing :)

localization :.

Some languages like "Arabic" use different numbering system.

This breaks fullcalendar.

example : 
1. during remote event fetching it will send date in Arabic ! which php backend does not understand.
///

    events: {
            url: $('#calendar').attr('data-target-url'),
            type: 'POST',
            error: function() {
                alert('Could not load calendar !');
            }
        },

//

2. in week view, the side bar time "fc-axis fc-time fc-widget-content>span" show only Hours (check attachment for comparison between arabic and english)
Untitled.png
131 KB   View   Download
Oct 16, 2014
#1 ALZalab...@gmail.com
also time subtraction and event height settings is bugged if used arabic lang.
Oct 30, 2014
Project Member #2 adamrs...@gmail.com
please follow the bug report instructions by posting a jsfiddle recreation of the Arabic bug

http://fullcalendar.io/wiki/Reporting-Bugs/

will make it much easier to debug for me
Status: Invalid