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
* diktat check fixed
  • Loading branch information
JustinB1eber committed Sep 6, 2023
1 parent 6c995a3 commit 1aee62b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ val indexAuth: FC<IndexViewProps> = FC { _ ->
}

val separator = VFC {
val (t) = useTranslation()
val (t) = useTranslation("welcome")
div {
className = ClassName("row mt-2")
div {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,13 @@ const val ORGANIZATION_CN = """
}
"""

const val THANKS_FOR_REGISTRATION_EN = """
{
"Thank you for registration": "Thank you for registration",
"Your request is pending review": "Right now the platform is still in development. Our admin team will soon review your request and approve it if everything is fine. Don't hesitate to contact us if you have any question:"
}
"""

const val THANKS_FOR_REGISTRATION_CN = """
{
"Thank you for registration": "感谢您的注册",
Expand Down

0 comments on commit 1aee62b

Please sign in to comment.