🌐 AI搜索 & 代理 主页
Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added datepicker-ban.js for bangla language
  • Loading branch information
Fathma committed Feb 13, 2020
commit c31e5af0ffdd3546451528a2e85b7ea539c37ae4
8 changes: 4 additions & 4 deletions ui/i18n/datepicker-ban.js → ui/i18n/datepicker-bn.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Bangla initialisation for the jQuery UI date picker plugin. */
/* Bengali initialisation for the jQuery UI date picker plugin. */
/* Written by fathma Siddique */
( function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand All @@ -12,7 +12,7 @@
}
}( function( datepicker ) {

datepicker.regional[ "ban" ] = {
datepicker.regional[ "bn" ] = {
closeText: "সমাপ্ত",
prevText: "পূর্ববর্তী",
nextText: "পরবর্তী",
Expand All @@ -30,8 +30,8 @@ datepicker.regional[ "ban" ] = {
isRTL: false,
showMonthAfterYear: false,
yearSuffix: "" };
datepicker.setDefaults( datepicker.regional[ "ban" ] );
datepicker.setDefaults( datepicker.regional[ "bn" ] );

return datepicker.regional[ "ban" ];
return datepicker.regional[ "bn" ];

} ) );