Italian translation (#280)

This commit is contained in:
Luca
2024-04-19 10:27:59 +02:00
committed by GitHub
parent 16bc737d67
commit 2c186b4818
4 changed files with 237 additions and 7 deletions
+6 -5
View File
@@ -1,6 +1,6 @@
<?php
// File Name => Language Name
// File Name => Language Name
$languages = [
// English first
"en" => "English",
@@ -9,12 +9,13 @@
"el" => "Ελληνικά",
"es" => "Español",
"fr" => "Français",
"it" => "Italiano",
"jp" => "日本語",
"pl" => "Polski",
"pt" => "Português",
"pl" => "Polski",
"pt_br" => "Português Brasileiro",
"sr" => "Српски",
"sr_lat" => "Srpski",
"pt" => "Português",
"sr_lat" => "Srpski",
"sr" => "Српски",
"tr" => "Türkçe",
"zh_cn" => "简体中文",
"zh_tw" => "繁體中文",