Skip to content

Commit

Permalink
Adds the missing en-CA localization for the select2 dropdown in solid…
Browse files Browse the repository at this point in the history
…us admin. Solution inspired by solidusio#3895.
  • Loading branch information
jzisser9 authored and cpfergus1 committed Aug 25, 2022
1 parent ad06f15 commit b887438
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/**
* Select2 English Canada translations
*/
(function ($) {
"use strict";

$.fn.select2.locales['en-CA'] = {};

$.extend($.fn.select2.defaults, $.fn.select2.locales['en-CA']);
})(jQuery);

0 comments on commit b887438

Please sign in to comment.