Skip to content

Commit

Permalink
feat(i18n): add Vietnamese translations
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed May 28, 2024
1 parent 673e02e commit 17368e0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions i18n/vi.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[go_back]
other = "Go back"

[home]
other = "Home"

[offline_title]
other = "Oops! You're offline"

[offline_info]
other = """
It seems there is a problem of your connection, please check your network status.
Please get in touch with us if you think this is a server error. Thank you.
"""

[try_again]
other = "Try again"

0 comments on commit 17368e0

Please sign in to comment.