mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 11:01:38 -05:00
do not use tap:i18n server-side
This commit is contained in:
parent
a3c5c0a4c4
commit
4168196510
2 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<span class="heading">
|
||||
<a href="{{profileUrl}}">{{postAuthorName}}</a>
|
||||
{{_ "has_created_a_new_post"}}:
|
||||
has created a new post:
|
||||
{{#if url}}
|
||||
<a href="{{linkUrl}}" class="action-link">{{postTitle}}}</a>
|
||||
{{else}}
|
||||
|
|
|
@ -22,9 +22,10 @@ Package.onUse(function (api) {
|
|||
'cmather:handlebars-server'
|
||||
], ['server']);
|
||||
|
||||
api.add_files([
|
||||
'package-tap.i18n'
|
||||
], ['client', 'server']);
|
||||
// do not use for now since tap:i18n doesn't support server-side templates yet
|
||||
// api.add_files([
|
||||
// 'package-tap.i18n'
|
||||
// ], ['client', 'server']);
|
||||
|
||||
api.add_files([
|
||||
'lib/server/email.js',
|
||||
|
|
Loading…
Add table
Reference in a new issue