git ssb

10+

Matt McKegg / patchwork



Commit 35b3aece890ce9483986f9581925792a5bcd647d

fix spelling error on profile page: "whould" -> "would"

Samuel Rødal committed on 12/21/2017, 1:24:36 PM
Parent: d7f778d559e16d8d52f261c57f24404ec920d211

Files changed

locales/de.jsonchanged
locales/en.jsonchanged
locales/es.jsonchanged
locales/pt-BR.jsonchanged
locales/pt.jsonchanged
modules/page/html/render/profile.jschanged
locales/de.jsonView
@@ -120,9 +120,9 @@
120120 "Your Profile": "Dein Profil",
121121 "Choose Profile Image...": "Profilbild auswählen...",
122122 "Choose a name": "Namen auswählen",
123123 "Describe yourself (if you want)": "Beschreibe dich selbst (wenn du magst)",
124- "What whould you like to call ": "Wie würdest du dies nennen ",
124 + "What would you like to call ": "Wie würdest du dies nennen ",
125125 "Confirm": "Bestätigen",
126126 "self assigned a display image": "selbst gesetztes Anzeigebild",
127127 "Like": "Like",
128128 "Reply": "Antworten",
locales/en.jsonView
@@ -120,9 +120,9 @@
120120 "Your Profile": "Your Profile",
121121 "Choose Profile Image...": "Choose Profile Image...",
122122 "Choose a name": "Choose a name",
123123 "Describe yourself (if you want)": "Describe yourself (if you want)",
124- "What whould you like to call ": "What whould you like to call ",
124 + "What would you like to call ": "What would you like to call ",
125125 "Confirm": "Confirm",
126126 "self assigned a display image": "self assigned a display image",
127127 "Like": "Like",
128128 "Reply": "Reply",
@@ -197,5 +197,5 @@
197197 "other": "%s people from your network replied to this message on "
198198 },
199199 "(you)": "(you)",
200200 "Information": "Information"
201-}
201 +}
locales/es.jsonView
@@ -84,9 +84,9 @@
8484 "Describe yourself (if you want)": "Descríbase (si quiere)",
8585 "in reply to ": "en respuesta a ",
8686 "self assigned a description": "se asignó una descripción",
8787 "identifies ": "identificó a ",
88- "What whould you like to call ": "Cómo te gustaría llamar a ",
88 + "What would you like to call ": "Cómo te gustaría llamar a ",
8989 "Confirm": "Confirmar",
9090 "self assigned a display image": "se asignó una imagen de visualización",
9191 "self identifies as ": "autoidentificado como ",
9292 "Like": "Me gusta",
locales/pt-BR.jsonView
@@ -121,9 +121,9 @@
121121 "Your Profile": "Seu Perfil",
122122 "Choose Profile Image...": "Escolha uma Imagem de Perfil…",
123123 "Choose a name": "Escolha um nome",
124124 "Describe yourself (if you want)": "Descreva você (opcional)",
125- "What whould you like to call ": "O que você gostaria de dizer ",
125 + "What would you like to call ": "O que você gostaria de dizer ",
126126 "Confirm": "Confirmar",
127127 "self assigned a display image": "auto-atribuída uma imagem de exibição",
128128 "Like": "Bacana",
129129 "Reply": "Responder",
locales/pt.jsonView
@@ -122,9 +122,9 @@
122122 "Your Profile": "O seu Perfil",
123123 "Choose Profile Image...": "Escolher Imagem de Perfil...",
124124 "Choose a name": "Escolher um nome",
125125 "Describe yourself (if you want)": "Descreva-se (se quiser)",
126- "What whould you like to call ": "Como gostaria de chamar a ",
126 + "What would you like to call ": "Como gostaria de chamar a ",
127127 "Confirm": "Confirmar",
128128 "self assigned a display image": "auto atribuiu-se uma imagem",
129129 "Like": "Gosto",
130130 "Reply": "Responder",
modules/page/html/render/profile.jsView
@@ -307,9 +307,9 @@
307307 h('h2', {
308308 style: {
309309 'font-weight': 'normal'
310310 }
311- }, [i18n('What whould you like to call '), h('strong', [currentName]), '?']),
311 + }, [i18n('What would you like to call '), h('strong', [currentName]), '?']),
312312 input
313313 ]),
314314 footer: [
315315 h('button -save', {

Built with git-ssb-web