Skip to content

Commit

Permalink
Fixed formatting errors for comments (#1444)
Browse files Browse the repository at this point in the history
* Fixed `youMustLogInToComment` translation

* Extra fixes
  • Loading branch information
hlbmtc authored Nov 19, 2024
1 parent aac2b78 commit 5d53c46
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion front_end/messages/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"metaculusRelativeLogScore": "Metaculus relativní log skóre:",
"questionWillOpenAt": "Otázka bude spuštěna {{date}}.",
"questionNotOpenYet": "Predikce na tuto otázku ještě nezačly.",
"youMustLogInToComment": "pro komentování se musíte <link>přihlásit</link>",
"youMustLogInToComment": "pro komentování se musíte přihlásit",
"commentsReadGuidelines": "Přečtěte si naše pokyny",
"commentsLearnMarkdown": "Přečtěte si více o našem Markdownu",
"commentDeleted": "Komentář smazán",
Expand Down
2 changes: 1 addition & 1 deletion front_end/messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"metaculusRelativeLogScore": "Puntaje logarítmico relativo de Metaculus:",
"questionWillOpenAt": "Esta pregunta abrirá {{date}}.",
"questionNotOpenYet": "Esta pregunta aún no está abierta para predicciones.",
"youMustLogInToComment": "debes <link>iniciar sesión</link> para comentar",
"youMustLogInToComment": "debes iniciar sesión para comentar",
"commentsReadGuidelines": "Lee nuestras directrices",
"commentsLearnMarkdown": "Aprende sobre nuestro Markdown",
"commentDeleted": "Comentario eliminado",
Expand Down
4 changes: 2 additions & 2 deletions front_end/messages/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"metaculusRelativeLogScore": "Escore logarítmico relativo da Metaculus:",
"questionWillOpenAt": "Esta pergunta abrirá em {{date}}.",
"questionNotOpenYet": "Esta pergunta ainda não está aberta para previsões.",
"youMustLogInToComment": "Você deve <link>entrar</link> para comentar",
"youMustLogInToComment": "Você deve entrar para comentar",
"commentsReadGuidelines": "Leia nossas diretrizes",
"commentsLearnMarkdown": "Aprenda sobre nosso Markdown",
"commentDeleted": "Comentário excluído",
Expand Down Expand Up @@ -931,4 +931,4 @@
"unread": "não lido",
"contentTranslatedHeaderText": "Algum conteúdo nesta página foi traduzido automaticamente e pode estar incorreto.",
"showOriginalContent": "Mostrar original"
}
}
2 changes: 1 addition & 1 deletion front_end/messages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"metaculusRelativeLogScore": "Metaculus 相對對數分數:",
"questionWillOpenAt": "此問題將於 {{date}} 開啟。",
"questionNotOpenYet": "此問題尚未開放預測。",
"youMustLogInToComment": "您必須<link>登入</link>才能發表評論",
"youMustLogInToComment": "您必須登入才能發表評論",
"commentsReadGuidelines": "閱讀我們的指南",
"commentsLearnMarkdown": "學習我們的 Markdown",
"commentDeleted": "評論已刪除",
Expand Down

0 comments on commit 5d53c46

Please sign in to comment.