Adding .notranslate classes to haml files to have transifex better handling dynamic text. See issue #908
This commit is contained in:
parent
ac7149fbe5
commit
d11ea33cf0
7 changed files with 26 additions and 16 deletions
|
|
@ -4,7 +4,8 @@
|
|||
%h2.text-center
|
||||
Program
|
||||
%p.lead.text-center
|
||||
= @conference.short_title
|
||||
%span.notranslate
|
||||
= @conference.short_title
|
||||
has the most awesome program ever!
|
||||
- if @conference.splashpage and @conference.program.tracks.any? and @conference.splashpage.include_tracks
|
||||
See rock-star speakers cover the topics of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue