You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates/explore
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)
1 year ago
..
code.tmpl Add main landmark to templates and adjust titles (#22670) 1 year ago
navbar.tmpl Require at least one unit to be enabled (#24189) 1 year ago
organizations.tmpl Change `join_on` translation to `joined_on` and include placeholder for the date (#24550) 1 year ago
repo_list.tmpl Use data-tooltip-content for tippy tooltip (#23649) 1 year ago
repo_search.tmpl Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more strict (#23766) 1 year ago
repos.tmpl Add main landmark to templates and adjust titles (#22670) 1 year ago
search.tmpl Optimize html templates (#22080) 2 years ago
users.tmpl Change `join_on` translation to `joined_on` and include placeholder for the date (#24550) 1 year ago