git ssb

10+

Matt McKegg / patchwork



Commit 1aabebc53a78d5dfda5dbeacba5db26ca946d64e

i18n: fix "form now" -> "from now" typo

#632
Matt McKegg committed on 9/30/2017, 3:28:42 AM
Parent: 05dc0664a7d196eeab3f1883b04f917b5b944013

Files changed

locales/en.jsonchanged
locales/es.jsonchanged
plugs/intl/sync/i18n.jschanged
locales/en.jsonView
@@ -87,9 +87,9 @@
8787 "Describe the gathering (if you want)": "Describe the gathering (if you want)",
8888 "Edit": "Edit",
8989 "identified ": "identified ",
9090 "self identifies as \"": "self identifies as \"",
91- "form now": "form now",
91+ "from now": "from now",
9292 "ago": "ago",
9393 "years": "years",
9494 "months": "months",
9595 "weeks": "weeks",
locales/es.jsonView
@@ -115,9 +115,9 @@
115115 "OK": "OK",
116116 "Close": "Cerrar",
117117 "New Message": "Nuevo mensaje",
118118 "Language": "Idioma",
119- "form now": "en el futuro",
119+ "from now": "en el futuro",
120120 "ago": "atras",
121121 "years": "años",
122122 "months": "meses",
123123 "weeks": "semanas",
plugs/intl/sync/i18n.jsView
@@ -50,9 +50,9 @@
5050 }
5151
5252 function time (date){
5353 return date
54- .replace(/from now/, i18n('form now'))
54+ .replace(/from now/, i18n('from now'))
5555 .replace(/ago/, i18n('ago'))
5656 .replace(/years/,i18n('years'))
5757 .replace(/months/,i18n('months'))
5858 .replace(/weeks/,i18n('weeks'))

Built with git-ssb-web