mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 04:16:37 -04: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">
|
<span class="heading">
|
||||||
<a href="{{profileUrl}}">{{postAuthorName}}</a>
|
<a href="{{profileUrl}}">{{postAuthorName}}</a>
|
||||||
{{_ "has_created_a_new_post"}}:
|
has created a new post:
|
||||||
{{#if url}}
|
{{#if url}}
|
||||||
<a href="{{linkUrl}}" class="action-link">{{postTitle}}}</a>
|
<a href="{{linkUrl}}" class="action-link">{{postTitle}}}</a>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|
|
@ -22,9 +22,10 @@ Package.onUse(function (api) {
|
||||||
'cmather:handlebars-server'
|
'cmather:handlebars-server'
|
||||||
], ['server']);
|
], ['server']);
|
||||||
|
|
||||||
api.add_files([
|
// do not use for now since tap:i18n doesn't support server-side templates yet
|
||||||
'package-tap.i18n'
|
// api.add_files([
|
||||||
], ['client', 'server']);
|
// 'package-tap.i18n'
|
||||||
|
// ], ['client', 'server']);
|
||||||
|
|
||||||
api.add_files([
|
api.add_files([
|
||||||
'lib/server/email.js',
|
'lib/server/email.js',
|
||||||
|
|
Loading…
Add table
Reference in a new issue