Skip to content

Commit

Permalink
Adds missing require for fi locale #952
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Aug 26, 2020
1 parent 6c2a651 commit 40bf667
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 @@ -17,6 +17,7 @@ exports['en_ZA'] = require('./locales/en_ZA');
exports['es'] = require('./locales/es');
exports['es_MX'] = require('./locales/es_MX');
exports['fa'] = require('./locales/fa');
exports['fi'] = require('./locales/fi');
exports['fr'] = require('./locales/fr');
exports['fr_CA'] = require('./locales/fr_CA');
exports['fr_CH'] = require('./locales/fr_CH');
Expand Down

0 comments on commit 40bf667

Please sign in to comment.