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/shared
Yarden Shoham 46679554d0
Change `add_on` translation to `added_on` and include placeholder for the date (#24562)
- Very similar to #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 "added on" and the date (and that "added on" comes before
the date).

Some languages, like Hebrew, have no space between the "added on" and
the date. For example:
```ini
added_on=נוסף ב-%s
```
("added" becomes נוסף, "on" is ב and when paired with a date we use a
dash to connect ב with the date)

---------

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: delvh <dev.lh@web.de>
1 year ago
..
actions Improve template helper (#24417) 1 year ago
secrets Change `add_on` translation to `added_on` and include placeholder for the date (#24562) 1 year ago
user Fix no user listed in org teams page (#22979) 1 year ago
combomarkdowneditor.tmpl Add monospace toggle button to textarea (#24034) 1 year ago
issuelist.tmpl Fix template function DateTime (#24317) 1 year ago
searchbottom.tmpl Move helpers to be prefixed with `gt-` (#22879) 1 year ago