mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
291c868046
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) |
||
---|---|---|
.. | ||
code.tmpl | ||
navbar.tmpl | ||
organizations.tmpl | ||
repo_list.tmpl | ||
repo_search.tmpl | ||
repos.tmpl | ||
search.tmpl | ||
users.tmpl |