Skip to content

Commit

Permalink
feat: add vietnamese localization for reject submission button
Browse files Browse the repository at this point in the history
  • Loading branch information
LLaammTTeerr committed Apr 22, 2024
1 parent 3037124 commit c7b58e2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7271,3 +7271,11 @@ msgstr ""
#: templates/widgets/select_all.html:8
msgid "Check all"
msgstr ""

#: templates/submission/source.html:86 templates/submission/status.html:113
msgid "Reject"
msgstr ""

#: template/submission/status.html:104
msgid "Are you sure you want to reject?"
msgstr ""
8 changes: 8 additions & 0 deletions locale/vi/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7592,3 +7592,11 @@ msgstr "Số bài"
#: templates/widgets/select_all.html:8
msgid "Check all"
msgstr "Chọn tất cả"

#: templates/submission/source.html:86 templates/submission/status.html:113
msgid "Reject"
msgstr "Từ chối"

#: template/submission/status.html:104
msgid "Are you sure you want to reject?"
msgstr "Bạn có chắc bạn muốn từ chối?"

0 comments on commit c7b58e2

Please sign in to comment.