From 6450a9bb6fe3a6fba2f26c1ea71ba8f5e89d4847 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Mon, 26 Nov 2018 15:46:13 -0600 Subject: [PATCH 1/2] i18n: Enable Japanese Signed-off-by: Aaron Raimist --- CHANGES.rst | 1 + Riot.xcodeproj/project.pbxproj | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index dac886b66..c14ed34b1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,7 @@ Changes in 0.7.x (2018-xx-xx) Improvements: * Replace the deprecated MXMediaManager and MXMediaLoader interfaces use (see matrix-org/matrix-ios-sdk/pull/593). * Replace the deprecated MXKAttachment and MXKImageView interfaces use (see matrix-org/matrix-ios-kit/pull/487). + * i18n: Enable Japanese (ja) Changes in 0.7.7 (2018-10-31) =============================================== diff --git a/Riot.xcodeproj/project.pbxproj b/Riot.xcodeproj/project.pbxproj index dc1207f6f..1e9fa3331 100644 --- a/Riot.xcodeproj/project.pbxproj +++ b/Riot.xcodeproj/project.pbxproj @@ -396,6 +396,9 @@ 32D7159F2146CC7F00DF59C9 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = ""; }; 32D715A02146CC8800DF59C9 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = ""; }; 3998C51E0196D42B366E0900 /* Pods-RiotPods-RiotShareExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RiotPods-RiotShareExtension.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RiotPods-RiotShareExtension/Pods-RiotPods-RiotShareExtension.debug.xcconfig"; sourceTree = ""; }; + 3D78489021AC9E6400B98A7D /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/InfoPlist.strings; sourceTree = ""; }; + 3D78489121AC9E6500B98A7D /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = ""; }; + 3D78489221AC9E6500B98A7D /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Vector.strings; sourceTree = ""; }; 78CD06F14060998545642330 /* Pods-RiotPods-Riot.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RiotPods-Riot.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RiotPods-Riot/Pods-RiotPods-Riot.debug.xcconfig"; sourceTree = ""; }; 926FA53D1F4C132000F826C2 /* MXSession+Riot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MXSession+Riot.h"; sourceTree = ""; }; 926FA53E1F4C132000F826C2 /* MXSession+Riot.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MXSession+Riot.m"; sourceTree = ""; }; @@ -2663,6 +2666,7 @@ zh_Hant, sq, es, + ja, ); mainGroup = F094A9991B78D8F000B1FBBF; productRefGroup = F094A9A31B78D8F000B1FBBF /* Products */; @@ -2871,6 +2875,7 @@ "${PODS_ROOT}/WebRTC/WebRTC.framework", "${BUILT_PRODUCTS_DIR}/cmark/cmark.framework", "${BUILT_PRODUCTS_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework", + "${BUILT_PRODUCTS_DIR}/libbase58/libbase58.framework", "${BUILT_PRODUCTS_DIR}/DTCoreText.default-Extension/DTCoreText.framework", "${BUILT_PRODUCTS_DIR}/MatrixKit-AppExtension/MatrixKit.framework", ); @@ -2890,6 +2895,7 @@ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebRTC.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/cmark.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libPhoneNumber_iOS.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libbase58.framework", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; @@ -3187,6 +3193,7 @@ 32BDC9A3211C2C870064AF51 /* zh_Hant */, 32BDC9A6211C34C90064AF51 /* sq */, 32D7159E2146CC6F00DF59C9 /* es */, + 3D78489221AC9E6500B98A7D /* ja */, ); name = Vector.strings; sourceTree = ""; @@ -3207,6 +3214,7 @@ 32BDC9A1211C2C870064AF51 /* zh_Hant */, 32BDC9A4211C34C90064AF51 /* sq */, 32D715A02146CC8800DF59C9 /* es */, + 3D78489021AC9E6400B98A7D /* ja */, ); name = InfoPlist.strings; sourceTree = ""; @@ -3227,6 +3235,7 @@ 32BDC9A2211C2C870064AF51 /* zh_Hant */, 32BDC9A5211C34C90064AF51 /* sq */, 32D7159F2146CC7F00DF59C9 /* es */, + 3D78489121AC9E6500B98A7D /* ja */, ); name = Localizable.strings; sourceTree = ""; From 5f74b53ed5cd9ff35681936cdd8a181f1db58616 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Mon, 26 Nov 2018 15:54:17 -0600 Subject: [PATCH 2/2] i18n: Enable Hungarian Signed-off-by: Aaron Raimist --- CHANGES.rst | 1 + Riot.xcodeproj/project.pbxproj | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index c14ed34b1..3f22871f2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,7 @@ Improvements: * Replace the deprecated MXMediaManager and MXMediaLoader interfaces use (see matrix-org/matrix-ios-sdk/pull/593). * Replace the deprecated MXKAttachment and MXKImageView interfaces use (see matrix-org/matrix-ios-kit/pull/487). * i18n: Enable Japanese (ja) + * i18n: Enable Hungarian (hu) Changes in 0.7.7 (2018-10-31) =============================================== diff --git a/Riot.xcodeproj/project.pbxproj b/Riot.xcodeproj/project.pbxproj index 1e9fa3331..d98c83e20 100644 --- a/Riot.xcodeproj/project.pbxproj +++ b/Riot.xcodeproj/project.pbxproj @@ -399,6 +399,9 @@ 3D78489021AC9E6400B98A7D /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/InfoPlist.strings; sourceTree = ""; }; 3D78489121AC9E6500B98A7D /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = ""; }; 3D78489221AC9E6500B98A7D /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Vector.strings; sourceTree = ""; }; + 3D78489321ACA25200B98A7D /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/InfoPlist.strings; sourceTree = ""; }; + 3D78489421ACA25300B98A7D /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Localizable.strings; sourceTree = ""; }; + 3D78489521ACA25300B98A7D /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Vector.strings; sourceTree = ""; }; 78CD06F14060998545642330 /* Pods-RiotPods-Riot.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RiotPods-Riot.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RiotPods-Riot/Pods-RiotPods-Riot.debug.xcconfig"; sourceTree = ""; }; 926FA53D1F4C132000F826C2 /* MXSession+Riot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MXSession+Riot.h"; sourceTree = ""; }; 926FA53E1F4C132000F826C2 /* MXSession+Riot.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MXSession+Riot.m"; sourceTree = ""; }; @@ -2667,6 +2670,7 @@ sq, es, ja, + hu, ); mainGroup = F094A9991B78D8F000B1FBBF; productRefGroup = F094A9A31B78D8F000B1FBBF /* Products */; @@ -3194,6 +3198,7 @@ 32BDC9A6211C34C90064AF51 /* sq */, 32D7159E2146CC6F00DF59C9 /* es */, 3D78489221AC9E6500B98A7D /* ja */, + 3D78489521ACA25300B98A7D /* hu */, ); name = Vector.strings; sourceTree = ""; @@ -3215,6 +3220,7 @@ 32BDC9A4211C34C90064AF51 /* sq */, 32D715A02146CC8800DF59C9 /* es */, 3D78489021AC9E6400B98A7D /* ja */, + 3D78489321ACA25200B98A7D /* hu */, ); name = InfoPlist.strings; sourceTree = ""; @@ -3236,6 +3242,7 @@ 32BDC9A5211C34C90064AF51 /* sq */, 32D7159F2146CC7F00DF59C9 /* es */, 3D78489121AC9E6500B98A7D /* ja */, + 3D78489421ACA25300B98A7D /* hu */, ); name = Localizable.strings; sourceTree = "";