From f4f09c9d7e1e49ed0c47138725658a7a9a3df589 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Tue, 21 Oct 2014 21:44:49 -0400 Subject: [PATCH] Dropping the new translation for now --- select2_locale_ug-CN.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 select2_locale_ug-CN.js diff --git a/select2_locale_ug-CN.js b/select2_locale_ug-CN.js deleted file mode 100644 index 579588a7..00000000 --- a/select2_locale_ug-CN.js +++ /dev/null @@ -1,16 +0,0 @@ -/** - * Select2 Uyghur translation - */ -(function ($) { - "use strict"; - $.fn.select2.locales['ug-CN'] = { - formatNoMatches: function () { return "ماس كېلىدىغان ئۇچۇر تېپىلمىدى"; }, - formatInputTooShort: function (input, min) { var n = min - input.length; return "يەنە " + n + " ھەرپ كىرگۈزۈڭ";}, - formatInputTooLong: function (input, max) { var n = input.length - max; return "" + n + "ھەرپ ئۆچۈرۈڭ";}, - formatSelectionTooBig: function (limit) { return "ئەڭ كۆپ بولغاندا" + limit + " تال ئۇچۇر تاللىيالايسىز"; }, - formatLoadMore: function (pageNumber) { return "ئۇچۇرلار ئوقۇلىۋاتىدۇ…"; }, - formatSearching: function () { return "ئىزدەۋاتىدۇ…"; } - }; - - $.extend($.fn.select2.defaults, $.fn.select2.locales['ug-CN']); -})(jQuery);