Skip to content

Commit

Permalink
feat: using only single tap:i18n language file
Browse files Browse the repository at this point in the history
  • Loading branch information
jirikrepl committed Jan 2, 2020
1 parent 90fa87f commit de3aed6
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,36 +18,7 @@ Package.onUse(function(api, where) {

api.addFiles([
'package-tap.i18n',
'i18n/ar.i18n.json',
'i18n/bg.i18n.json',
'i18n/cs.i18n.json',
'i18n/cy.i18n.json',
'i18n/de.i18n.json',
'i18n/el.i18n.json',
'i18n/en.i18n.json',
'i18n/es.i18n.json',
'i18n/es-ES.i18n.json',
'i18n/et.i18n.json',
'i18n/fr.i18n.json',
'i18n/he.i18n.json',
'i18n/hu.i18n.json',
'i18n/id.i18n.json',
'i18n/it.i18n.json',
'i18n/ja.i18n.json',
'i18n/nb.i18n.json',
'i18n/nl.i18n.json',
'i18n/pl.i18n.json',
'i18n/pt.i18n.json',
'i18n/pt-BR.i18n.json',
'i18n/pt-PT.i18n.json',
'i18n/ru.i18n.json',
'i18n/sk.i18n.json',
'i18n/sv.i18n.json',
'i18n/tr.i18n.json',
'i18n/uk.i18n.json',
'i18n/zh-CN.i18n.json',
'i18n/zh-HK.i18n.json',
'i18n/zh-TW.i18n.json',
`i18n/${process.env.T9N_LANGUAGES}.i18n.json`,
'shared/lib.js'
]);

Expand Down

0 comments on commit de3aed6

Please sign in to comment.