Add string for user page

This commit is contained in:
Kiril Kovachev 2024-10-18 16:36:20 +01:00
parent 9eeb8bd873
commit 8148976913
2 changed files with 4 additions and 2 deletions

View File

@ -41,5 +41,6 @@
"submit_post": "Submit post",
"title": "Title",
"post_body": "Post body",
"success_new_post": "Successfully created new post"
"success_new_post": "Successfully created new post",
"user_introduction": "User"
}

View File

@ -41,5 +41,6 @@
"submit_post": "投稿する",
"title": "話題",
"post_body": "投稿内容",
"success_new_post": "無事に新しい投稿を作りました"
"success_new_post": "無事に新しい投稿を作りました",
"user_introduction": "利用者の"
}