mirror of https://github.com/go-gitea/gitea
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>pull/24279/head^2
parent
95e2e3aa30
commit
46679554d0
Loading…
Reference in new issue