mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 05:31:48 +02:00
Italian & Catalan in languages picker
This commit is contained in:
parent
b95642b59a
commit
5d6d9f6e70
1 changed files with 2 additions and 0 deletions
|
@ -46,8 +46,10 @@
|
|||
<a class="dropdown-item" href="{{ path(route, {'_locale':'de' }) }}">Deutsch</a>
|
||||
<a class="dropdown-item" href="{{ path(route, {'_locale':'nl' }) }}">Nederlands</a>
|
||||
<a class="dropdown-item" href="{{ path(route, {'_locale':'ar' }) }}">العربية</a>
|
||||
<a class="dropdown-item" href="{{ path(route, {'_locale':'it' }) }}">Italiano</a>
|
||||
<a class="dropdown-item" href="{{ path(route, {'_locale':'pt-PT' }) }}">Português</a>
|
||||
<a class="dropdown-item" href="{{ path(route, {'_locale':'pt-BR' }) }}">Brasil</a>
|
||||
<a class="dropdown-item" href="{{ path(route, {'_locale':'ca' }) }}">Català</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue