git ssb

10+

Matt McKegg / patchwork



Commit 084b3a1ac6a56d27b2b3f19de106938f343209de

i18n: cleanup "self identifies as " string

Matt McKegg committed on 10/28/2017, 10:47:37 AM
Parent: e7411d457c151f7178d345439d1f3a4b75fa0073

Files changed

locales/de.jsonchanged
locales/en.jsonchanged
locales/es.jsonchanged
locales/pt-BR.jsonchanged
locales/pt.jsonchanged
plugs/message/html/render/about.jschanged
locales/de.jsonView
@@ -89,9 +89,9 @@
8989 "Choose Banner Image...": "Choose Banner Image...",
9090 "Describe the gathering (if you want)": "Beschreibe das gathering (wenn du magst)",
9191 "Edit": "Edit",
9292 "identified ": "bezeichnet ",
93- "self identifies as \"": "bezeichnet sich selbst als \"",
93+ "self identifies as ": "bezeichnet sich selbst als ",
9494 "from now": "from now",
9595 "ago": "her",
9696 "years": "Jahre",
9797 "months": "Monate",
locales/en.jsonView
@@ -88,9 +88,9 @@
8888 "Choose Banner Image...": "Choose Banner Image...",
8989 "Describe the gathering (if you want)": "Describe the gathering (if you want)",
9090 "Edit": "Edit",
9191 "identified ": "identified ",
92- "self identifies as \"": "self identifies as \"",
92+ "self identifies as ": "self identifies as ",
9393 "from now": "from now",
9494 "ago": "ago",
9595 "years": "years",
9696 "months": "months",
locales/es.jsonView
@@ -87,9 +87,9 @@
8787 "identifies ": "identificó a ",
8888 "What whould 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",
91- "self identifies as \"": "autoidentificado como \"",
91+ "self identifies as ": "autoidentificado como ",
9292 "Like": "Me gusta",
9393 "Reply": "Comentar",
9494 "followed ": "sigue a ",
9595 "identified ": "se denominó ",
locales/pt-BR.jsonView
@@ -89,9 +89,9 @@
8989 "Choose Banner Image...": "Escolha uma imagem…",
9090 "Describe the gathering (if you want)": "Descreva o encontro (se você desejar)",
9191 "Edit": "Editar",
9292 "identified ": "identificou ",
93- "self identifies as \"": "se identifica como \"",
93+ "self identifies as ": "se identifica como ",
9494 "from now": "a partir de agora",
9595 "ago": "atrás",
9696 "years": "anos",
9797 "months": "meses",
locales/pt.jsonView
@@ -90,9 +90,9 @@
9090 "Choose Banner Image...": "Escolher imagem...",
9191 "Describe the gathering (if you want)": "Descreva a reunião (se o desejar)",
9292 "Edit": "Editar",
9393 "identified ": "identificou ",
94- "self identifies as \"": "auto identifica-se como \"",
94+ "self identifies as ": "auto identifica-se como ",
9595 "from now": "no futuro",
9696 "ago": "atrás",
9797 "years": "anos",
9898 "months": "meses",
plugs/message/html/render/about.jsView
@@ -38,9 +38,9 @@
3838 if (c.name) {
3939 var target = api.profile.html.person(c.about, c.name)
4040 miniContent.push(computed([self, api.about.obs.name(c.about), c.name], (self, a, b) => {
4141 if (self) {
42- return [i18n('self identifies as "'), target, '"']
42+ return [i18n('self identifies as '), '"', target, '"']
4343 } else if (a === b) {
4444 return [i18n('identified '), api.profile.html.person(c.about)]
4545 } else {
4646 return [i18n('identifies '), api.profile.html.person(c.about), i18n(' as "'), target, '"']

Built with git-ssb-web