Skip to content

Commit

Permalink
Localization for CN of page /vuln(##2194)
Browse files Browse the repository at this point in the history
### What's done
* resolve conflicts
* translate registration
  • Loading branch information
JustinB1eber committed Sep 6, 2023
1 parent a9e8883 commit 229d7e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ fun initI18n(isDebug: Boolean = false, interpolationEscapeValue: Boolean = false
},
cn: {
"vulnerability-collection": $VULN_COLLECTION_CN,
"thanks-for-registration": $THANKS_FOR_REGISTRATION_CN,
"vulnerability-upload": $VULN_UPLOAD_CN,
"table-headers": $TABLE_HEADERS_CN,
"topbar": $TOPBAR_CN,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,13 @@ const val THANKS_FOR_REGISTRATION_EN = """
}
"""

const val THANKS_FOR_REGISTRATION_CN = """
{
"Thank you for registration": "感谢您的注册",
"Your request is pending review": "当前此平台尚在建设中,我们的管理团队会及时查看您的需求和建议,并且尽快给予反馈。无需犹豫,欢迎随时联系我们:"
}
"""

const val THANKS_FOR_REGISTRATION_RU = """
{
"Thank you for registration": "Спасибо за регистрацию!",
Expand Down

0 comments on commit 229d7e2

Please sign in to comment.