mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
add i18n files for comments package
This commit is contained in:
parent
69dce6f0e0
commit
96a950cbd8
1 changed files with 19 additions and 10 deletions
|
@ -48,16 +48,25 @@ Package.onUse(function (api) {
|
|||
'lib/server/publications.js',
|
||||
], ['server']);
|
||||
|
||||
api.addFiles([
|
||||
"i18n/ar.i18n.json",
|
||||
"i18n/bg.i18n.json",
|
||||
"i18n/de.i18n.json",
|
||||
"i18n/el.i18n.json",
|
||||
"i18n/en.i18n.json",
|
||||
"i18n/es.i18n.json",
|
||||
"i18n/fr.i18n.json",
|
||||
"i18n/it.i18n.json"
|
||||
], ["client", "server"]);
|
||||
api.addFiles([
|
||||
"i18n/ar.i18n.json",
|
||||
"i18n/bg.i18n.json",
|
||||
"i18n/de.i18n.json",
|
||||
"i18n/el.i18n.json",
|
||||
"i18n/en.i18n.json",
|
||||
"i18n/es.i18n.json",
|
||||
"i18n/fr.i18n.json",
|
||||
"i18n/it.i18n.json",
|
||||
"i18n/nl.i18n.json",
|
||||
"i18n/pl.i18n.json",
|
||||
"i18n/pt-BR.i18n.json",
|
||||
"i18n/ro.i18n.json",
|
||||
"i18n/ru.i18n.json",
|
||||
"i18n/se.i18n.json",
|
||||
"i18n/tr.i18n.json",
|
||||
"i18n/vn.i18n.json",
|
||||
"i18n/zh-CN.i18n.json"
|
||||
], ["client", "server"]);
|
||||
|
||||
api.export('Comments');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue