Skip to content

Commit

Permalink
Merge pull request #52 from lolibrary/enable-lang-it
Browse files Browse the repository at this point in the history
enable Italian
  • Loading branch information
momijizukamori authored Sep 16, 2023
2 parents 7cc02f6 + 60f7731 commit 2fcbff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
'en' => 'English',
'en_US' => 'English', // Fallback locale fix, do not actually add tls
'fr' => 'français',
'it' => 'Italiano',
'nb_NO' => 'norsk (bokmål)',
'nl' => 'Nederlands'
],
Expand Down
1 change: 1 addition & 0 deletions config/translatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
'en' => 'English',
'en_US' => 'English', // Fallback locale fix, do not actually add tls
'fr' => 'français',
'it' => 'Italiano',
'nb_NO' => 'norsk (bokmål)',
'nl' => 'Nederlands'
],
Expand Down

0 comments on commit 2fcbff9

Please sign in to comment.