kartik-v / yii2-date-range

A Date Range Picker for Bootstrap useful for reports and filtering.
http://demos.krajee.com/date-range
Other
93 stars 81 forks source link

JS Error in locales: Uncaught SyntaxError: Unexpected reserved word #40

Closed abolivar closed 9 years ago

abolivar commented 9 years ago
 'attribute' => 'fecha_vencimiento',
                    'hAlign' => 'center',
                    'vAlign' => 'middle',
                    'filterType' => GridView::FILTER_DATE_RANGE,
                    'filterWidgetOptions' => [
                    'language'=>'es',
...]

Uncaught SyntaxError: Unexpected reserved word in import moment from '../moment';

kartik-v commented 9 years ago

The locale files have been copied from the plugin... can you check for any reserved words or BOM characters for your language and resubmit update via a PR?

educationisenemy commented 9 years ago

Hi. Have the same issue with russian locale. I guess that problem in string import moment from '../moment';

kartik-v commented 9 years ago

Resolved via upgrade to release v1.6.3