This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git


The following commit(s) were added to refs/heads/dev by this push:
     new 500c774f fix: Some contents of en_us.yaml have newline errors
500c774f is described below

commit 500c774f31c15bb98dbbcba00ebbc1df34d5f9f2
Author: shuai <[email protected]>
AuthorDate: Wed Oct 9 17:48:10 2024 +0800

    fix: Some contents of en_us.yaml have newline errors
---
 i18n/en_US.yaml | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/i18n/en_US.yaml b/i18n/en_US.yaml
index 96950369..bf8f3813 100644
--- a/i18n/en_US.yaml
+++ b/i18n/en_US.yaml
@@ -327,9 +327,7 @@ backend:
       name:
         other: rude or abusive
       desc:
-        other:
-          A reasonable person would find this content inappropriate for 
respectful
-          discourse.
+        other: "A reasonable person would find this content inappropriate for 
respectful discourse."
     a_duplicate:
       name:
         other: a duplicate
@@ -341,10 +339,7 @@ backend:
       name:
         other: not an answer
       desc:
-        other:
-          This was posted as an answer, but it does not attempt to answer the
-          question. It should possibly be an edit, a comment, another question,
-          or deleted altogether.
+        other: "This was posted as an answer, but it does not attempt to 
answer the question. It should possibly be an edit, a comment, another 
question,or deleted altogether."
     no_longer_needed:
       name:
         other: no longer needed
@@ -403,9 +398,7 @@ backend:
         name:
           other: needs details or clarity
         desc:
-          other:
-            This question currently includes multiple questions in one. It 
should
-            focus on one problem only.
+          other: This question currently includes multiple questions in one. 
It should focus on one problem only.
       other:
         name:
           other: something else

Reply via email to