Add nav link to dashboard
This commit is contained in:
parent
3117c9a268
commit
89256d5b4c
7
po/ca.po
7
po/ca.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: numerus\n"
|
||||
"Report-Msgid-Bugs-To: jordi@tandem.blog\n"
|
||||
"POT-Creation-Date: 2023-01-31 12:59+0100\n"
|
||||
"POT-Creation-Date: 2023-01-31 13:28+0100\n"
|
||||
"PO-Revision-Date: 2023-01-18 17:08+0100\n"
|
||||
"Last-Translator: jordi fita mas <jordi@tandem.blog>\n"
|
||||
"Language-Team: Catalan <ca@dodds.net>\n"
|
||||
|
@ -39,6 +39,11 @@ msgstr "Surt"
|
|||
|
||||
#: web/template/app.gohtml:42
|
||||
msgctxt "nav"
|
||||
msgid "Dashboard"
|
||||
msgstr "Tauler"
|
||||
|
||||
#: web/template/app.gohtml:43
|
||||
msgctxt "nav"
|
||||
msgid "Customers"
|
||||
msgstr "Clients"
|
||||
|
||||
|
|
7
po/es.po
7
po/es.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: numerus\n"
|
||||
"Report-Msgid-Bugs-To: jordi@tandem.blog\n"
|
||||
"POT-Creation-Date: 2023-01-31 12:59+0100\n"
|
||||
"POT-Creation-Date: 2023-01-31 13:28+0100\n"
|
||||
"PO-Revision-Date: 2023-01-18 17:45+0100\n"
|
||||
"Last-Translator: jordi fita mas <jordi@tandem.blog>\n"
|
||||
"Language-Team: Spanish <es@tp.org.es>\n"
|
||||
|
@ -39,6 +39,11 @@ msgstr "Salir"
|
|||
|
||||
#: web/template/app.gohtml:42
|
||||
msgctxt "nav"
|
||||
msgid "Dashboard"
|
||||
msgstr "Panel"
|
||||
|
||||
#: web/template/app.gohtml:43
|
||||
msgctxt "nav"
|
||||
msgid "Customers"
|
||||
msgstr "Clientes"
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
</header>
|
||||
<nav aria-label="{{( pgettext "Main" "title" )}}">
|
||||
<ul>
|
||||
<li><a href="{{ companyURI "/" }}">{{( pgettext "Dashboard" "nav" )}}</a></li>
|
||||
<li><a href="{{ companyURI "/contacts" }}">{{( pgettext "Customers" "nav" )}}</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in New Issue