mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
translate footer text
This commit is contained in:
parent
15e14d5bda
commit
54f083820a
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ footer.site-footer
|
|||
each item in nav.left_footer
|
||||
li
|
||||
if item.url
|
||||
a(href=item.url, class=item.class) !{item.text}
|
||||
a(href=item.url, class=item.class) !{translate(item.text)}
|
||||
else
|
||||
| !{item.text}
|
||||
| !{translate(item.text)}
|
||||
|
||||
ul.col-md-6.text-right
|
||||
|
||||
|
|
Loading…
Reference in a new issue