File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3923,7 +3923,7 @@ define('select2/defaults',[
39233923 }
39243924
39253925 if ( typeof options . language === 'string' ) {
3926- // Check if the lanugage is specified with a region
3926+ // Check if the language is specified with a region
39273927 if ( options . language . indexOf ( '-' ) > 0 ) {
39283928 // Extract the region information if it is included
39293929 var languageParts = options . language . split ( '-' ) ;
@@ -3959,7 +3959,7 @@ define('select2/defaults',[
39593959 // because of how Select2 helps load all possible translation files.
39603960 if ( window . console && console . warn ) {
39613961 console . warn (
3962- 'Select2: The lanugage file for "' + name + '" could not be ' +
3962+ 'Select2: The language file for "' + name + '" could not be ' +
39633963 'automatically loaded. A fallback will be used instead.'
39643964 ) ;
39653965 }
Original file line number Diff line number Diff line change @@ -3923,7 +3923,7 @@ define('select2/defaults',[
39233923 }
39243924
39253925 if ( typeof options . language === 'string' ) {
3926- // Check if the lanugage is specified with a region
3926+ // Check if the language is specified with a region
39273927 if ( options . language . indexOf ( '-' ) > 0 ) {
39283928 // Extract the region information if it is included
39293929 var languageParts = options . language . split ( '-' ) ;
@@ -3959,7 +3959,7 @@ define('select2/defaults',[
39593959 // because of how Select2 helps load all possible translation files.
39603960 if ( window . console && console . warn ) {
39613961 console . warn (
3962- 'Select2: The lanugage file for "' + name + '" could not be ' +
3962+ 'Select2: The language file for "' + name + '" could not be ' +
39633963 'automatically loaded. A fallback will be used instead.'
39643964 ) ;
39653965 }
Original file line number Diff line number Diff line change @@ -4362,7 +4362,7 @@ define('select2/defaults',[
43624362 }
43634363
43644364 if ( typeof options . language === 'string' ) {
4365- // Check if the lanugage is specified with a region
4365+ // Check if the language is specified with a region
43664366 if ( options . language . indexOf ( '-' ) > 0 ) {
43674367 // Extract the region information if it is included
43684368 var languageParts = options . language . split ( '-' ) ;
@@ -4398,7 +4398,7 @@ define('select2/defaults',[
43984398 // because of how Select2 helps load all possible translation files.
43994399 if ( window . console && console . warn ) {
44004400 console . warn (
4401- 'Select2: The lanugage file for "' + name + '" could not be ' +
4401+ 'Select2: The language file for "' + name + '" could not be ' +
44024402 'automatically loaded. A fallback will be used instead.'
44034403 ) ;
44044404 }
Original file line number Diff line number Diff line change @@ -4362,7 +4362,7 @@ define('select2/defaults',[
43624362 }
43634363
43644364 if ( typeof options . language === 'string' ) {
4365- // Check if the lanugage is specified with a region
4365+ // Check if the language is specified with a region
43664366 if ( options . language . indexOf ( '-' ) > 0 ) {
43674367 // Extract the region information if it is included
43684368 var languageParts = options . language . split ( '-' ) ;
@@ -4398,7 +4398,7 @@ define('select2/defaults',[
43984398 // because of how Select2 helps load all possible translation files.
43994399 if ( window . console && console . warn ) {
44004400 console . warn (
4401- 'Select2: The lanugage file for "' + name + '" could not be ' +
4401+ 'Select2: The language file for "' + name + '" could not be ' +
44024402 'automatically loaded. A fallback will be used instead.'
44034403 ) ;
44044404 }
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ define([
203203 }
204204
205205 if ( typeof options . language === 'string' ) {
206- // Check if the lanugage is specified with a region
206+ // Check if the language is specified with a region
207207 if ( options . language . indexOf ( '-' ) > 0 ) {
208208 // Extract the region information if it is included
209209 var languageParts = options . language . split ( '-' ) ;
@@ -239,7 +239,7 @@ define([
239239 // because of how Select2 helps load all possible translation files.
240240 if ( window . console && console . warn ) {
241241 console . warn (
242- 'Select2: The lanugage file for "' + name + '" could not be ' +
242+ 'Select2: The language file for "' + name + '" could not be ' +
243243 'automatically loaded. A fallback will be used instead.'
244244 ) ;
245245 }
You can’t perform that action at this time.
0 commit comments