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.
wxiaoguang a60e8be8d1
Refactor i18n, use Locale to provide i18n/translation related functions (#18648)
* remove unnecessary web context data fields, and unify the i18n/translation related functions to `Locale`
* in development, show an error if a translation key is missing
* remove the unnecessary loops `for _, lang := range translation.AllLangs()` for every request, which improves the performance slightly
* use `ctx.Locale.Language()` instead of `ctx.Data["Lang"].(string)`
* add more comments about how the Locale/LangType fields are used
2 years ago
..
labels Add dropdown icon to template loading dropdown (#18564) 2 years ago
view_content Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2 years ago
branch_selector_field.tmpl Add option to define refs in issue templates (#17842) 3 years ago
choose.tmpl Add class to page content to unify top margin (#13766) 4 years ago
comment_tab.tmpl Add attachments for PR reviews (#16075) 3 years ago
label_precolors.tmpl Fix purple color in suggested label colors (#18241) 3 years ago
labels.tmpl Add class to page content to unify top margin (#13766) 4 years ago
list.tmpl Multiple Escaping Improvements (#17551) 3 years ago
milestone_issues.tmpl Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2 years ago
milestone_new.tmpl Add class to page content to unify top margin (#13766) 4 years ago
milestones.tmpl Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2 years ago
navbar.tmpl Search bar for issues/pulls (#530) 8 years ago
new.tmpl Add class to page content to unify top margin (#13766) 4 years ago
new_form.tmpl Redirect on project after issue created (#17211) 3 years ago
openclose.tmpl Markdown and Repo header tweaks (#13744) 4 years ago
search.tmpl Disable search box autofocus on issue/pr pages (#12229) 4 years ago
view.tmpl Multiple Escaping Improvements (#17551) 3 years ago
view_content.tmpl Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2 years ago
view_title.tmpl Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2 years ago