Create preferences.php

This commit is contained in:
Pierfrancesco Passerini
2020-06-05 08:06:20 +02:00
committed by GitHub
parent 4794ead995
commit 4f0ab822c0

View File

@@ -0,0 +1,17 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| User preferences
|--------------------------------------------------------------------------
|
| Translation strings for user preferences
| lang: is the display name for this language in the language select dialog
|
*/
'lang' => 'Italiano',
];