From cddfe7e6ef34387a61e792ecefb03396b1ee85bb Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 26 May 2017 19:00:44 +0100 Subject: [PATCH] Fix inconsistent quoting in topic messages --- src/i18n/strings/de_DE.json | 2 +- src/i18n/strings/pt.json | 2 +- src/i18n/strings/pt_BR.json | 1 - src/i18n/strings/ru.json | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json index f09ff9f99b..d927de847c 100644 --- a/src/i18n/strings/de_DE.json +++ b/src/i18n/strings/de_DE.json @@ -358,7 +358,7 @@ "%(senderName)s changed their profile picture": "%(senderName)s änderte das Profilbild", "%(senderName)s changed the power level of %(powerLevelDiffText)s": "%(senderName)s änderte das Berechtigungslevel von %(powerLevelDiffText)s", "%(senderDisplayName)s changed the room name to %(roomName)s": "%(senderDisplayName)s änderte den Raumnamen zu %(roomName)s", - "%(senderDisplayName)s changed the topic to %(topic)s": "%(senderDisplayName)s änderte das Thema zu %(topic)s", + "%(senderDisplayName)s changed the topic to \"%(topic)s\"": "%(senderDisplayName)s änderte das Thema zu \"%(topic)s\"", "/ddg is not a command": "/ddg ist kein Kommando", "%(senderName)s ended the call": "%(senderName)s beendete den Anruf", "Failed to lookup current room": "Aktuellen Raum nachzuschlagen schlug fehl", diff --git a/src/i18n/strings/pt.json b/src/i18n/strings/pt.json index f14f2b31f4..5beb530768 100644 --- a/src/i18n/strings/pt.json +++ b/src/i18n/strings/pt.json @@ -319,7 +319,7 @@ "%(senderName)s changed their profile picture": "%(senderName)s alterou sua imagem de perfil", "%(senderName)s changed the power level of %(powerLevelDiffText)s": "%(senderName)s alterou o nível de permissões de %(powerLevelDiffText)s", "%(senderDisplayName)s changed the room name to %(roomName)s": "%(senderDisplayName)s alterou o nome da sala para %(roomName)s", - "%(senderDisplayName)s changed the topic to %(topic)s": "%(senderDisplayName)s alterou o tópico para %(topic)s", + "%(senderDisplayName)s changed the topic to \"%(topic)s\"": "%(senderDisplayName)s alterou o tópico para \"%(topic)s\"", "click to reveal": "clique para ver", "Conference call failed": "Chamada de conferência falhou", "Conference calling is in development and may not be reliable": "Chamadas de conferência estão em desenvolvimento e portanto podem não funcionar", diff --git a/src/i18n/strings/pt_BR.json b/src/i18n/strings/pt_BR.json index 87570228df..5722997165 100644 --- a/src/i18n/strings/pt_BR.json +++ b/src/i18n/strings/pt_BR.json @@ -324,7 +324,6 @@ "%(senderName)s changed their profile picture": "%(senderName)s alterou sua imagem de perfil", "%(senderName)s changed the power level of %(powerLevelDiffText)s": "%(senderName)s alterou o nível de permissões de %(powerLevelDiffText)s", "%(senderDisplayName)s changed the room name to %(roomName)s": "%(senderDisplayName)s alterou o nome da sala para %(roomName)s", - "%(senderDisplayName)s changed the topic to %(topic)s": "%(senderDisplayName)s alterou o tópico para %(topic)s", "click to reveal": "clique para ver", "Conference call failed": "Chamada de conferência falhou", "Conference calling is in development and may not be reliable": "Chamadas de conferência estão em desenvolvimento e portanto podem não funcionar", diff --git a/src/i18n/strings/ru.json b/src/i18n/strings/ru.json index 2455317292..b22f2d0fa7 100644 --- a/src/i18n/strings/ru.json +++ b/src/i18n/strings/ru.json @@ -231,7 +231,7 @@ "%(senderName)s changed their profile picture": "%(senderName)s измененное ихнее фото профиля", "%(senderName)s changed the power level of %(powerLevelDiffText)s": "%(senderName)s уровень мощности изменен на %(powerLevelDiffText)s", "%(senderDisplayName)s changed the room name to %(roomName)s": "%(senderDisplayName)s имя комнаты измененно на %(roomName)s", - "%(senderDisplayName)s changed the topic to %(topic)s": "%(senderDisplayName)s измененная тема на %(topic)s", + "%(senderDisplayName)s changed the topic to \"%(topic)s\"": "%(senderDisplayName)s измененная тема на %(topic)s", "Conference call failed": "Конференц-вызов прервался", "Conference calling is in development and may not be reliable": "Конференц-вызов находится в процессе и может не быть надежным", "Conference calls are not supported in encrypted rooms": "Конференц-вызовы не поддерживаются в зашифрованных комнатах",