diff options
| author | 2024-01-03 16:21:36 +0100 | |
|---|---|---|
| committer | 2024-01-03 16:21:36 +0100 | |
| commit | 6075ee8158086a7385185b7021458b009bfa6b4e (patch) | |
| tree | d07012ed27c4ceb3b885c36d00efd5f5704e18f0 | |
| parent | 70e71b8364c1317af04f92fd86df4541fa269e0c (diff) | |
i18n: Italian: fixed-typo (#6018)
Non sure if there are other occurrences.
| -rw-r--r-- | app/i18n/it/gen.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/it/gen.php b/app/i18n/it/gen.php index ef32cbb69..acf3f3e26 100644 --- a/app/i18n/it/gen.php +++ b/app/i18n/it/gen.php @@ -65,7 +65,7 @@ return array( 'Aug' => '\\A\\g\\o\\s\\t\\o', 'Dec' => '\\D\\i\\c\\e\\m\\b\\r\\e', 'Feb' => '\\F\\e\\b\\b\\r\\a\\i\\o', - 'Jan' => '\\G\\e\\n\\u\\a\\i\\o', + 'Jan' => '\\G\\e\\n\\n\\a\\i\\o', 'Jul' => '\\L\\u\\g\\l\\i\\o', 'Jun' => '\\G\\i\\u\\g\\n\\o', 'Mar' => '\\M\\a\\r\\z\\o', |
