Browse Source

- Add a translation in Hello

pull/16/head
Jaussoin Timothée 11 years ago
parent
commit
ad09a3db1f
  1. 4
      app/widgets/Hello/hello.tpl
  2. 2
      app/widgets/Hello/locales.ini

4
app/widgets/Hello/hello.tpl

@ -105,8 +105,8 @@
<span class="icon">
<i class="md md-wifi-tethering"></i>
</span>
<span>Visit your public blog</span>
<p>See your public posts and share them with all your contacts</p>
<span>{$c->__('hello.blog_title')}</span>
<p>{$c->__('hello.blog_text')}</p>
</li>
</a>
</ul>

2
app/widgets/Hello/locales.ini

@ -1,2 +1,4 @@
hello.chat = 'Go on the Chat page'
hello.news = 'Read all theses articles on the News page'
hello.blog_title= 'Visit your public blog'
hello.blog_text = 'See your public posts and share them with all your contacts'
Loading…
Cancel
Save