2amigos / yii2-file-upload-widget

BlueImp File Upload Widget for Yii2
Other
252 stars 140 forks source link

Italian translation file is missing php open/close tags. #125

Closed NoOne777 closed 6 years ago

NoOne777 commented 6 years ago

File src/messages/it/fileupload.php reads

return [
  'Add files' => 'Aggiungi file',
  'Start upload' => 'Inizia Upload',
  'Cancel upload' => 'Annulla Upload',
  'Start' => 'Inizia',
  'Cancel' => 'Annulla',
  'Error' => 'Errore',
  'Delete' => 'Cancella',
  'Processing' => 'In elaborazione',
  'Select file...' => 'Seleziona file'
];

with no <?php amd ?> php tags, resulting in a rendering problem when using italian localization.

NoOne777 commented 6 years ago

Great thanks :)