mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 21:51:50 +02:00
Update picker
This commit is contained in:
parent
fb42d3271d
commit
1f7222aa52
1 changed files with 7 additions and 1 deletions
|
@ -60,6 +60,12 @@ class AppExtension extends AbstractExtension
|
|||
return "Português";
|
||||
case "pt-BR":
|
||||
return "Brasil";
|
||||
case "it":
|
||||
return "Italiano";
|
||||
case "ca":
|
||||
return "Català";
|
||||
case "ar":
|
||||
return "العربية";
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue