add missing i18n for post view

This commit is contained in:
ari melody 2025-07-13 18:49:49 +01:00
parent 30f3aadeaa
commit b74b19cc73
Signed by: ari
GPG key ID: CF99829C92678188
13 changed files with 27 additions and 16 deletions

View file

@ -32,7 +32,9 @@
"profile_information": "Profile information",
"settings": "Settings",
"log_out": "Log out"
"log_out": "Log out",
"back": "Back"
},
"timeline": {
@ -57,6 +59,8 @@
},
"post": {
"loading": "loading post...",
"by": "Post by %1",
"time": "%1 ago",
"boosted": "%1 boosted this post.",
"actions": {
@ -82,6 +86,7 @@
"compose": "Post",
"search": "Search",
"loading": "just a moment...",
"source": "source",
"issues": "issues"