datagovuk / dgu2

Experimental publishing prototype
MIT License
0 stars 1 forks source link

Internationalise templates #119

Open maxf opened 7 years ago

maxf commented 7 years ago

Modify template so we can change the language through gettext functions.

<h1><%= I18n("Welcome!") %></h1>

or something similar