Skip to content

Commit

Permalink
Merge pull request #133 from ldittmar81/patch-1
Browse files Browse the repository at this point in the history
Change log entry
  • Loading branch information
amire80 authored Jul 3, 2017
2 parents d461d3f + 36069a8 commit 1f89b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

locale = ( $.i18n.fallbacks[ i18n.locale ] && $.i18n.fallbacks[ i18n.locale ][ fallbackIndex ] ) ||
i18n.options.fallbackLocale;
$.i18n.log( 'Trying fallback locale for ' + i18n.locale + ': ' + locale );
$.i18n.log( 'Trying fallback locale for ' + i18n.locale + ': ' + locale + ' (' + value + ')' );

fallbackIndex++;
}
Expand Down

0 comments on commit 1f89b8d

Please sign in to comment.