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,7 +60,13 @@ class AppExtension extends AbstractExtension
|
||||||
return "Português";
|
return "Português";
|
||||||
case "pt-BR":
|
case "pt-BR":
|
||||||
return "Brasil";
|
return "Brasil";
|
||||||
|
case "it":
|
||||||
|
return "Italiano";
|
||||||
|
case "ca":
|
||||||
|
return "Català";
|
||||||
|
case "ar":
|
||||||
|
return "العربية";
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue