feat(xo-web): Italian locale (#4932)

Fixes #2888
This commit is contained in:
Pierre Donias 2020-04-20 10:48:23 +02:00 committed by GitHub
parent a745e42cf5
commit ceb6c450c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6069 additions and 4 deletions

View File

@ -8,6 +8,7 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [Snapshot] Confirmation message before creating a snapshot with memory [#4914](https://github.com/vatesfr/xen-orchestra/issues/4914) (PR [#4917](https://github.com/vatesfr/xen-orchestra/pull/4917))
- [Internationalization] Italian translation (Thanks [@infodavide](https://github.com/infodavide)!) [#4908](https://github.com/vatesfr/xen-orchestra/issues/4908) (PRs [#4931](https://github.com/vatesfr/xen-orchestra/pull/4931) [#4932](https://github.com/vatesfr/xen-orchestra/pull/4932))
### Bug fixes

File diff suppressed because it is too large Load Diff

View File

@ -428,14 +428,15 @@ export default class User extends Component {
style={{ width: '10em' }}
>
<option value='en'>English</option>
<option value='es'>Español</option>
<option value='fr'>Français</option>
<option value='he'>עברי</option>
<option value='hu'>Magyar</option>
<option value='it'>Italiano</option>
<option value='pl'>Polski</option>
<option value='pt'>Português</option>
<option value='es'>Español</option>
<option value='zh'>简体中文</option>
<option value='hu'>Magyar</option>
<option value='tr'>Türkçe</option>
<option value='he'>עברי</option>
<option value='zh'>简体中文</option>
</select>
</Col>
</Row>