mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Create datepicker-pa.js
Punjabi Translation
This commit is contained in:
parent
54f96eea31
commit
131b2be616
37
ui/i18n/datepicker-pa.js
Normal file
37
ui/i18n/datepicker-pa.js
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
/* Punjabi initialisation for the jQuery UI date picker plugin. */
|
||||||
|
( function( factory ) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
} )( function( datepicker ) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
datepicker.regional[ "pa" ] = {
|
||||||
|
closeText: "ਬੰਦ",
|
||||||
|
prevText: "ਪਿਛਲਾ",
|
||||||
|
nextText: "ਅਗਲਾ",
|
||||||
|
currentText: "ਅੱਜ",
|
||||||
|
monthNames: [ "ਜਨਵਰੀ", "ਫਰਵਰੀ", "ਮਾਰਚ", "ਅਪ੍ਰੈਲ", "ਮਈ", "ਜੂਨ",
|
||||||
|
"ਜੁਲਾਈ", "ਅਗਸਤ", "ਸਤੰਬਰ", "ਅਕਤੂਬਰ", "ਨਵੰਬਰ", "ਦਸੰਬਰ" ],
|
||||||
|
monthNamesShort: [ "ਜਨ", "ਫ਼ਰ", "ਮਾਰ", "ਅਪ੍ਰੈ", "ਮਈ", "ਜੂਨ",
|
||||||
|
"ਜੁਲਾ", "ਅਗ", "ਸਤੰ", "ਅਕਤੂ", "ਨਵੰ", "ਦਸੰ" ],
|
||||||
|
dayNames: [ "ਐਤਵਾਰ", "ਸੋਮਵਾਰ", "ਮੰਗਲਵਾਰ", "ਬੁੱਧਵਾਰ", "ਵੀਰਵਾਰ", "ਸ਼ੁੱਕਰਵਾਰ", "ਸ਼ਨੀਚਰਵਾਰ" ],
|
||||||
|
dayNamesShort: [ "ਐਤ", "ਸੋਮ", "ਮੰਗਲ", "ਬੁੱਧ", "ਵੀਰ", "ਸ਼ੁੱਕਰ", "ਸ਼ਨੀ" ],
|
||||||
|
dayNamesMin: [ "ਐ", "ਸੋ", "ਮੰ", "ਬੁੱ", "ਵੀ", "ਸ਼ੁੱ", "ਸ਼" ],
|
||||||
|
weekHeader: "ਹਫ਼ਤਾ",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional[ "pa" ] );
|
||||||
|
|
||||||
|
return datepicker.regional[ "pa" ];
|
||||||
|
|
||||||
|
} );
|
Loading…
Reference in New Issue
Block a user