Skip to content

Commit

Permalink
Remove sv from outdatedLocales.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leshakoss committed May 21, 2018
1 parent 2c3cd2e commit ccf7986
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion outdatedLocales.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"ro",
"sk",
"sr",
"sv",
"th",
"tr",
"uk",
Expand Down
1 change: 1 addition & 0 deletions src/esm/locale/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export {default as enGB} from './en-GB/index.js'
export {default as enUS} from './en-US/index.js'
export {default as eo} from './eo/index.js'
export {default as ru} from './ru/index.js'
export {default as sv} from './sv/index.js'
3 changes: 2 additions & 1 deletion src/locale/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ module.exports = {
enGB: require('./en-GB/index.js'),
enUS: require('./en-US/index.js'),
eo: require('./eo/index.js'),
ru: require('./ru/index.js')
ru: require('./ru/index.js'),
sv: require('./sv/index.js')
}

0 comments on commit ccf7986

Please sign in to comment.