Add translation
This commit is contained in:
parent
5aae578d8c
commit
550791038d
3 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<a class="navbar-brand" href="<%= root_path %>">
|
||||
ЛПР Пермь
|
||||
<%= translate :brand %>
|
||||
</a>
|
||||
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
en:
|
||||
title: Libertarian party of Russia, Perm
|
||||
brand: LPR Perm
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
ru:
|
||||
title: Либертарианская партия России в Пермском крае
|
||||
brand: ЛПР Пермь
|
||||
|
|
Reference in a new issue