Forgejo/templates/user
Yarden Shoham 291c868046
Change join_on translation to joined_on and include placeholder for the date (#24550)
The correct thing to do is to translate the entire phrase into a single
string. The previous translation assumed all languages have a space
between the "joined on" and the date (and that "joined on" comes before
the date).

Some languages, like Hebrew, have no space between the "joined on" and
the date. For example:
```ini
joined_on=נרשם ב-%s
```
("joined" becomes נרשם, "on" is ב and when paired with a date we use a
dash to connect ב with the date)
2023-05-06 18:10:30 +08:00
..
auth Improve "new-menu" (#24465) 2023-05-01 12:08:37 -04:00
dashboard Fix mirrors repository disapeared on user dashboard (#24520) 2023-05-05 16:41:21 +08:00
notification Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2023-05-03 17:58:59 -04:00
overview Add missing badges in user profile for /projects and /packages (#24232) 2023-04-22 21:32:40 -04:00
settings Temporarily disable PATs until next release (#24527) 2023-05-05 11:41:44 -04:00
code.tmpl Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
heatmap.tmpl Improve template helper (#24417) 2023-04-29 08:02:29 -04:00
profile.tmpl Change join_on translation to joined_on and include placeholder for the date (#24550) 2023-05-06 18:10:30 +08:00
project.tmpl Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00