Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n Italian Translation #177

Closed
wants to merge 6 commits into from
Closed

i18n Italian Translation #177

wants to merge 6 commits into from

Conversation

FedericoBenedetti1976
Copy link

Hi, it's possible to configure italian language by myself for example:
web.php:
'i18n' => [
'translations' => [
'fileinput' => [
'class' => 'yii\i18n\PhpMessageSource',
'basePath' => '@app/messages', // example: @app/messages/fr/user.php
],

],
],

or i must wait a new release with italian language?
return [
// FileInput - Italian
'Note:' => 'Note',
'multiple file upload' => 'caricamento file multipli',
'file preview and multiple file upload' => 'anteprima file e caricamento file multipli',
'Browse' => 'Scegli',
'Upload' => 'Carica',
'Remove' => 'Rimuovi',
'Your browser does not support {validation}. Try an alternative or more recent browser to access these features.' => 'Il tuo browser non supporta {validation}. Provane uno alternativo o una versione aggiornata per accedere a questa caratteristica',
];

Thank's

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants