mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 21:51:50 +02:00
Add Arabic
This commit is contained in:
parent
bbdccf8fe0
commit
c4b0642011
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# Put parameters here that don't need to change on each machine where the app is deployed
|
||||
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
|
||||
parameters:
|
||||
allowed_language: "fr|en|nl|pt-PT|pt-BR|de"
|
||||
allowed_language: "fr|en|nl|pt-PT|pt-BR|de|ar"
|
||||
languages: "(%allowed_language%)?"
|
||||
services:
|
||||
# default configuration for services in *this* file
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
<a class="dropdown-item" href="{{ path(route, {'_locale':'fr' }) }}">Français</a>
|
||||
<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':'pt-PT' }) }}">Português</a>
|
||||
<a class="dropdown-item" href="{{ path(route, {'_locale':'pt-BR' }) }}">Brasil</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue