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 rmparr committed Jun 1, 2022
1 parent a3df9d4 commit ef92e31
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 ef92e31

Please sign in to comment.