feat(xo-web): add Turkish translation (#3174)

Thanks @rizaemet!
This commit is contained in:
badrAZ
2018-07-12 14:54:36 +02:00
committed by Julien Fontanet
parent 3ed081f04c
commit 4f6c515cef
3 changed files with 5118 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
- [VM revert] notify the result of reverting a VM [3095](https://github.com/vatesfr/xen-orchestra/issues/3095) (PR [3150](https://github.com/vatesfr/xen-orchestra/pull/3150))
- [Backup NG logs] Link XO items in the details modal [#2711](https://github.com/vatesfr/xen-orchestra/issues/2711) (PR [#3171](https://github.com/vatesfr/xen-orchestra/pull/3171))
- [VM/Snapshots] Add fast clone option when creating a VM [#3120](https://github.com/vatesfr/xen-orchestra/issues/3120) (PR [#3136](https://github.com/vatesfr/xen-orchestra/pull/3136))
- Add the Turkish translation (PR [#3174](https://github.com/vatesfr/xen-orchestra/pull/3174) [#2870](https://github.com/vatesfr/xen-orchestra/pull/2870) [#2871](https://github.com/vatesfr/xen-orchestra/pull/2871))
### Bug fixes

File diff suppressed because it is too large Load Diff

View File

@@ -416,6 +416,7 @@ export default class User extends Component {
<option value='es'>Español</option>
<option value='zh'>简体中文</option>
<option value='hu'>Magyar</option>
<option value='tr'>Türkçe</option>
</select>
</Col>
</Row>