Update translation source file

This commit is contained in:
Maxime Quandalle 2015-09-01 14:38:07 +02:00
parent 0ce381aa0a
commit 9961de9c30
13 changed files with 188 additions and 187 deletions

View file

@ -5,8 +5,8 @@ BlazeComponent.extendComponent({
tabs: function() {
return [
{ name: 'Cards', slug: 'cards' },
{ name: 'Lists', slug: 'lists' }
{ name: TAPi18n.__('cards'), slug: 'cards' },
{ name: TAPi18n.__('lists'), slug: 'lists' }
]
},