Adam Shaw hace 8 años
padre
commit
4dd3f0a56b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tasks/locale.js

+ 1 - 1
tasks/locale.js

@@ -10,7 +10,7 @@ var del = require('del');
 // explicit mappings from the "standard" locale codes (the ones the FullCalendar/Moment use),
 // to jQuery UI's sometimes whacky locale codes.
 var DATEPICKER_LOCALE_MAPPINGS = {
-	'sr': 'sr-SR',
+	sr: 'sr-SR',
 	'sr-cyrl': 'sr'
 };