Make Tags item translateable

This commit is contained in:
Franz Liedke 2015-08-29 21:53:37 +02:00
parent 21338c3d75
commit 7b24c82f6f
3 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export default function() {
extend(IndexPage.prototype, 'navItems', function(items) {
items.add('tags', LinkButton.component({
icon: 'th-large',
children: 'Tags',
children: app.trans('tags.tags'),
href: app.route('tags')
}), -10);

View File

@ -1,4 +1,5 @@
tags:
tags: Tags2
discussion_tagged_post:
one: "{username} {action} tag."
other: "{username} {action} tags."

View File

@ -29,6 +29,7 @@ class AddClientAssets
$event->forumBootstrapper('tags/main');
$event->forumTranslations([
'tags.tags',
'tags.discussion_tagged_post',
'tags.added_tags',
'tags.removed_tags',