Skip to content

Commit 0997207

Browse files
committed
add Farsi/Persian translation
1 parent fb997f8 commit 0997207

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

i18n/jquery.multiselect.fa.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* Farsi/Persian initialisation for the jQuery UI multiselect plugin. */
2+
/* Written by Vahid Mohammad Taheri ([email protected]). */
3+
4+
(function($){
5+
$.extend($.ech.multiselect.prototype.options,{
6+
checkAllText: 'انتخاب همه',
7+
uncheckAllText: 'عدم انتخاب همه',
8+
noneSelectedText: 'انتخاب گزینه',
9+
selectedText: '# انتخاب شده'
10+
});
11+
})(jQuery);
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/* Farsi/Persian initialisation for the jQuery UI multiselect plugin. */
2+
/* Written by Vahid Mohammad Taheri ([email protected]). */
3+
4+
(function($){
5+
$.extend($.ech.multiselectfilter.prototype.options, {
6+
label: "فیلتر:",
7+
placeholder: "کلمه مورد فیلتر"
8+
});
9+
})(jQuery);

0 commit comments

Comments
 (0)