parent
a745e42cf5
commit
ceb6c450c0
@ -8,6 +8,7 @@
|
|||||||
> Users must be able to say: “Nice enhancement, I'm eager to test it”
|
> 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))
|
- [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
|
### Bug fixes
|
||||||
|
|
||||||
|
6063
packages/xo-web/src/common/intl/locales/it.js
Normal file
6063
packages/xo-web/src/common/intl/locales/it.js
Normal file
File diff suppressed because it is too large
Load Diff
@ -428,14 +428,15 @@ export default class User extends Component {
|
|||||||
style={{ width: '10em' }}
|
style={{ width: '10em' }}
|
||||||
>
|
>
|
||||||
<option value='en'>English</option>
|
<option value='en'>English</option>
|
||||||
|
<option value='es'>Español</option>
|
||||||
<option value='fr'>Français</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='pl'>Polski</option>
|
||||||
<option value='pt'>Português</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='tr'>Türkçe</option>
|
||||||
|
<option value='he'>עברי</option>
|
||||||
|
<option value='zh'>简体中文</option>
|
||||||
</select>
|
</select>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
Loading…
Reference in New Issue
Block a user