mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-09 23:51:49 +02:00
Japanese translation
This commit is contained in:
parent
22be708af6
commit
0735173da0
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|ar|it|ca"
|
||||
allowed_language: "fr|en|nl|pt-PT|pt-BR|de|ar|it|ca|ja"
|
||||
languages: "(%allowed_language%)?"
|
||||
services:
|
||||
# default configuration for services in *this* file
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
<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>
|
||||
<a class="dropdown-item" href="{{ path(route, {'_locale':'ja' }) }}">日本語</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue