Skip to content

Commit

Permalink
Ensure es_MX in main index
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavez committed Jul 22, 2015
1 parent bcc9d80 commit eaad951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ exports['en_IND'] = require('./locales/en_IND');
exports['en_US'] = require('./locales/en_US');
exports['en_au_ocker'] = require('./locales/en_au_ocker');
exports['es'] = require('./locales/es');
exports['es_MX'] = require('./locales/es_MX');
exports['fa'] = require('./locales/fa');
exports['fr'] = require('./locales/fr');
exports['fr_CA'] = require('./locales/fr_CA');
Expand Down

0 comments on commit eaad951

Please sign in to comment.