Extract translation

#694
This commit is contained in:
Artur Beljajev 2018-02-19 04:18:01 +02:00
parent 46ef0d1db6
commit ebd9fc5504
2 changed files with 7 additions and 2 deletions

View file

@ -2,7 +2,7 @@
- msg_q = @data.css('msgQ').first
.row
.col-sm-12
%h2= t('messages', count: msg_q['count'])
%h2= t '.header', count: msg_q['count']
%hr
.row
.col-md-12
@ -75,7 +75,7 @@
- else
.row
.col-sm-12
%h2= t('messages', count: 0)
%h2= t '.header', count: 0
%hr
.row
.col-md-12

View file

@ -0,0 +1,5 @@
en:
registrar:
polls:
show:
header: Messages (%{count})