diff --git a/CHANGES.rst b/CHANGES.rst
index 2d9d5796f..24734cf38 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+Changes in 0.7.6 (2018-10-05)
+===============================================
+
+Bug fix:
+* Wrong version number.
+
Changes in 0.7.5 (2018-10-05)
===============================================
diff --git a/Riot/Assets/es.lproj/Vector.strings b/Riot/Assets/es.lproj/Vector.strings
index 300c831d8..9cd7a64e8 100644
--- a/Riot/Assets/es.lproj/Vector.strings
+++ b/Riot/Assets/es.lproj/Vector.strings
@@ -126,7 +126,7 @@
"auth_reset_password_missing_email" = "Debes ingresar la dirección de correo electrónico vinculada a tu cuenta.";
"auth_reset_password_email_validation_message" = "Se envió un correo electrónico a %@. Una vez que hayas seguido el enlace que contiene, haz clic a continuación.";
"auth_reset_password_error_unauthorized" = "No se pudo verificar la dirección de correo electrónico: asegúrate de hacer clic en el enlace del correo electrónico";
-"auth_reset_password_error_not_found" = "Tu dirección de correo electrónico no parece estar asociada con una ID de Matrix en este Servidor Doméstico.";
+"auth_reset_password_error_not_found" = "Tu dirección de correo electrónico no parece estar asociada a una ID de Matrix en este Servidor Doméstico.";
"auth_reset_password_success_message" = "Tu contraseña fue restablecida.\n\nSe ha cerrado sesión en todos tus dispositivos y ya no recibirás notificaciones push. Para volver a habilitar las notificaciones, vuelve a iniciar sesión en cada dispositivo.";
"auth_add_email_and_phone_warning" = "Todavía no es posible registrarse con correo electrónico y número telefónico a la vez, hasta que exista la API. Solo se tendrá en cuenta el número telefónico. Puedes añadir tu correo electrónico a tu perfil en ajustes.";
// Chat creation
@@ -262,7 +262,7 @@
"unknown_devices_alert" = "Esta sala contiene dispositivos desconocidos que no han sido verificados.\nEsto significa que no hay garantía de que los dispositivos pertenezcan a los usuarios a los que dicen pertenecer.\nRecomendamos que pases por el proceso de verificación para cada dispositivo antes de continuar, pero puedes reenviar el mensaje sin verificarlos si prefieres.";
"unknown_devices_send_anyway" = "Enviar de Todos Modos";
"unknown_devices_call_anyway" = "Llamar de todos modos";
-"unknown_devices_answer_anyway" = "Responder de todos modos";
+"unknown_devices_answer_anyway" = "Contestar de Todos Modos";
"unknown_devices_verify" = "Verificar…";
"unknown_devices_title" = "Dispositivos desconocidos";
// Room Title
diff --git a/Riot/Assets/ko.lproj/InfoPlist.strings b/Riot/Assets/ko.lproj/InfoPlist.strings
new file mode 100644
index 000000000..d253e9c23
--- /dev/null
+++ b/Riot/Assets/ko.lproj/InfoPlist.strings
@@ -0,0 +1,5 @@
+// Permissions usage explanations
+"NSCameraUsageDescription" = "카메라는 사진과 영상 촬영, 영상통화를 하는데 쓰입니다.";
+"NSPhotoLibraryUsageDescription" = "포토 라이브러리는 사진과 영상을 보내는데 쓰입니다.";
+"NSMicrophoneUsageDescription" = "마이크는 영상 촬영, 통화에 쓰입니다.";
+"NSContactsUsageDescription" = "연락처에 있는 상대가 이미 Riot이나 Matrix를 이용하고 있다는 걸 보여주기 위해 연락처의 이메일 주소와 전화번호를 Matrix 아이덴티티 서버로 보낼 수 있습니다. 새 Vector는 이 자료를 저장하거나 다른 용도로 사용하지 않습니다. 자세한 내용은 애플리케이션 설정에 있는 개인정보 보호정책을 읽어주세요.";
diff --git a/Riot/Assets/ko.lproj/Localizable.strings b/Riot/Assets/ko.lproj/Localizable.strings
new file mode 100644
index 000000000..09d338371
--- /dev/null
+++ b/Riot/Assets/ko.lproj/Localizable.strings
@@ -0,0 +1,30 @@
+/* New message from a specific person, not referencing a room */
+"MSG_FROM_USER" = "%@가 보낸 메시지";
+/* New message from a specific person in a named room */
+"MSG_FROM_USER_IN_ROOM" = "%@ 방에 게시 %@";
+/* New message from a specific person, not referencing a room. Content included. */
+"MSG_FROM_USER_WITH_CONTENT" = "%@: %@";
+/* New message from a specific person in a named room. Content included. */
+"MSG_FROM_USER_IN_ROOM_WITH_CONTENT" = "%@: %@ 안의 %@";
+/* New action message from a specific person, not referencing a room. */
+"ACTION_FROM_USER" = "* %@ %@";
+/* New action message from a specific person in a named room. */
+"ACTION_FROM_USER_IN_ROOM" = "%@: * %@ %@";
+/* New action message from a specific person, not referencing a room. */
+"IMAGE_FROM_USER" = "%@ 보낸 사진 %@";
+/* A single unread message in a room */
+"SINGLE_UNREAD_IN_ROOM" = "%@에서 메시지를 받았습니다.";
+/* A single unread message */
+"SINGLE_UNREAD" = "메시지를 받았습니다.";
+/* A user has invited you to a chat */
+"USER_INVITE_TO_CHAT" = "%@가 대화에 당신을 초대했습니다.";
+/* A user has invited you to an (unamed) group chat */
+"USER_INVITE_TO_CHAT_GROUP_CHAT" = "%@가 그룹 대화에 당신을 초대했습니다.";
+/* Incoming one-to-one voice call */
+"VOICE_CALL_FROM_USER" = "%@이 건 통화";
+/* Incoming one-to-one video call */
+"VIDEO_CALL_FROM_USER" = "%@가 건 영상통화";
+/* Incoming unnamed voice conference invite from a specific person */
+"VOICE_CONF_FROM_USER" = "%@이 건 그룹통화";
+/* Incoming unnamed video conference invite from a specific person */
+"VIDEO_CONF_FROM_USER" = "%@이 건 영상그룹통화";
diff --git a/Riot/Assets/ko.lproj/Vector.strings b/Riot/Assets/ko.lproj/Vector.strings
new file mode 100644
index 000000000..cd578248f
--- /dev/null
+++ b/Riot/Assets/ko.lproj/Vector.strings
@@ -0,0 +1,24 @@
+// Titles
+"title_home" = "홈";
+"title_favourites" = "즐겨찾기";
+"title_people" = "사람";
+"title_rooms" = "방";
+"title_groups" = "커뮤니티";
+"warning" = "경고";
+// Actions
+"view" = "보기";
+"next" = "다음";
+"back" = "돌아가기";
+"continue" = "계속";
+"create" = "만들기";
+"start" = "시작";
+"leave" = "떠나기";
+"remove" = "지우기";
+"invite" = "초대";
+"retry" = "다시해보기";
+"on" = "켜기";
+"off" = "끄기";
+"cancel" = "취소";
+"save" = "저장";
+"preview" = "미리보기";
+"camera" = "카메라";
diff --git a/Riot/SupportingFiles/Info.plist b/Riot/SupportingFiles/Info.plist
index 8798dc899..4db3de1f5 100644
--- a/Riot/SupportingFiles/Info.plist
+++ b/Riot/SupportingFiles/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.7.4
+ 0.7.6
CFBundleSignature
????
CFBundleVersion
- 0.7.4
+ 0.7.6
ITSAppUsesNonExemptEncryption
ITSEncryptionExportComplianceCode
diff --git a/RiotShareExtension/SupportingFiles/Info.plist b/RiotShareExtension/SupportingFiles/Info.plist
index 23ca03a99..f829c85dd 100644
--- a/RiotShareExtension/SupportingFiles/Info.plist
+++ b/RiotShareExtension/SupportingFiles/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 0.7.4
+ 0.7.6
CFBundleVersion
- 0.7.4
+ 0.7.6
NSExtension
NSExtensionAttributes
diff --git a/SiriIntents/Info.plist b/SiriIntents/Info.plist
index 436918538..35f4e3fc7 100644
--- a/SiriIntents/Info.plist
+++ b/SiriIntents/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 0.7.4
+ 0.7.6
CFBundleVersion
- 0.7.4
+ 0.7.6
NSExtension
NSExtensionAttributes