Merge pull request #2867 from vector-im/i18n_italian

i18n: Add Italian (it)
This commit is contained in:
SBiOSoftWhare 2019-12-02 15:36:41 +01:00 committed by GitHub
commit c80828f09e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -4,6 +4,7 @@ Changes in 0.10.3 (2019-xx-xx)
Improvements: Improvements:
* Integrations: Use the integrations manager provided by the homeserver admin via .well-known (#2815). * Integrations: Use the integrations manager provided by the homeserver admin via .well-known (#2815).
* i18n: Add Welsh (cy). * i18n: Add Welsh (cy).
* i18n: Add Italian (it).
* SerializationService: Add deserialisation of Any. * SerializationService: Add deserialisation of Any.
* RiotSharedSettings: New class to handle user settings shared accross Riot apps. * RiotSharedSettings: New class to handle user settings shared accross Riot apps.
* Widgets: Check user permission before opening a widget (#2833). * Widgets: Check user permission before opening a widget (#2833).

View file

@ -1402,6 +1402,9 @@
B1C562E0228C7C8C0037F12A /* RoomContextualMenuViewController.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = RoomContextualMenuViewController.storyboard; sourceTree = "<group>"; }; B1C562E0228C7C8C0037F12A /* RoomContextualMenuViewController.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = RoomContextualMenuViewController.storyboard; sourceTree = "<group>"; };
B1C562E6228C7CF10037F12A /* ContextualMenuItemView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContextualMenuItemView.swift; sourceTree = "<group>"; }; B1C562E6228C7CF10037F12A /* ContextualMenuItemView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContextualMenuItemView.swift; sourceTree = "<group>"; };
B1C562E7228C7CF20037F12A /* ContextualMenuItemView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ContextualMenuItemView.xib; sourceTree = "<group>"; }; B1C562E7228C7CF20037F12A /* ContextualMenuItemView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ContextualMenuItemView.xib; sourceTree = "<group>"; };
B1C6FFE723954CE70055347B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B1C6FFE823954D3B0055347B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
B1C6FFE923954D4B0055347B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Vector.strings; sourceTree = "<group>"; };
B1CA3A2621EF6913000D1D89 /* UIViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIViewController.swift; sourceTree = "<group>"; }; B1CA3A2621EF6913000D1D89 /* UIViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIViewController.swift; sourceTree = "<group>"; };
B1CA3A2821EF692B000D1D89 /* UIView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIView.swift; sourceTree = "<group>"; }; B1CA3A2821EF692B000D1D89 /* UIView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIView.swift; sourceTree = "<group>"; };
B1CE9EFC22148703000FAE6A /* SignOutAlertPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignOutAlertPresenter.swift; sourceTree = "<group>"; }; B1CE9EFC22148703000FAE6A /* SignOutAlertPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignOutAlertPresenter.swift; sourceTree = "<group>"; };
@ -3994,6 +3997,7 @@
hu, hu,
pl, pl,
cy, cy,
it,
); );
mainGroup = F094A9991B78D8F000B1FBBF; mainGroup = F094A9991B78D8F000B1FBBF;
productRefGroup = F094A9A31B78D8F000B1FBBF /* Products */; productRefGroup = F094A9A31B78D8F000B1FBBF /* Products */;
@ -4853,6 +4857,7 @@
3D78489521ACA25300B98A7D /* hu */, 3D78489521ACA25300B98A7D /* hu */,
32DAF8DD231813E100654A44 /* pl */, 32DAF8DD231813E100654A44 /* pl */,
325789A7237AB297009388E6 /* cy */, 325789A7237AB297009388E6 /* cy */,
B1C6FFE923954D4B0055347B /* it */,
); );
name = Vector.strings; name = Vector.strings;
sourceTree = "<group>"; sourceTree = "<group>";
@ -4877,6 +4882,7 @@
3D78489321ACA25200B98A7D /* hu */, 3D78489321ACA25200B98A7D /* hu */,
32DAF8DB231813C800654A44 /* pl */, 32DAF8DB231813C800654A44 /* pl */,
325789A5237AB241009388E6 /* cy */, 325789A5237AB241009388E6 /* cy */,
B1C6FFE723954CE70055347B /* it */,
); );
name = InfoPlist.strings; name = InfoPlist.strings;
sourceTree = "<group>"; sourceTree = "<group>";
@ -4901,6 +4907,7 @@
3D78489421ACA25300B98A7D /* hu */, 3D78489421ACA25300B98A7D /* hu */,
32DAF8DC231813D500654A44 /* pl */, 32DAF8DC231813D500654A44 /* pl */,
325789A6237AB27F009388E6 /* cy */, 325789A6237AB27F009388E6 /* cy */,
B1C6FFE823954D3B0055347B /* it */,
); );
name = Localizable.strings; name = Localizable.strings;
sourceTree = "<group>"; sourceTree = "<group>";