do not use tap:i18n server-side

This commit is contained in:
Sacha Greif 2014-11-25 09:04:47 +09:00
parent a3c5c0a4c4
commit 4168196510
2 changed files with 5 additions and 4 deletions

View file

@ -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}}

View file

@ -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',