aboutsummaryrefslogtreecommitdiffstats
path: root/modules/translation
Commit message (Expand)AuthorAgeFilesLines
* Render embedded code preview by permlink in markdown (#30234)wxiaoguang2024-04-021-5/+13
* Add an trailing slash to dashboard links (#29555)wxiaoguang2024-03-042-2/+4
* Improve TrHTML and add more tests (#29228)wxiaoguang2024-02-182-3/+71
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-145-48/+73
* Replace `interface{}` with `any` (#25686)silverwind2023-07-044-8/+8
* Refactor INI package (first step) (#25024)wxiaoguang2023-06-021-7/+2
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-3/+11
* Make repo size style matches others (commits/branches/tags) (#24408)wxiaoguang2023-04-282-0/+13
* Use more specific test methods (#24265)KN4CK3R2023-04-221-2/+2
* Update go tool dependencies, restructure lint targets (#24239)silverwind2023-04-221-1/+0
* Refactor locale number (#24134)wxiaoguang2023-04-173-5/+79
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-121-9/+5
* Append `(comment)` when a link points at a comment rather than the whole issu...Hester Gong2023-04-031-0/+4
* Clarify Gitea/Crowdin locale behaviors, add tests for LocaleStore, fix some s...wxiaoguang2023-03-311-0/+54
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-276-12/+6
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-3/+5
* Use en-US as fallback when using other default language (#21200)wxiaoguang2022-09-254-12/+36
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-286-349/+324
* Allow dev i18n to be more concurrent (#20159)zeripath2022-07-041-74/+168
* Make better use of i18n (#20096)Gusted2022-06-263-82/+150
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-033-8/+212
* Refactor i18n, use Locale to provide i18n/translation related functions (#18648)wxiaoguang2022-02-081-10/+28
* Fix the missing i18n key for update checker (#18646)wxiaoguang2022-02-071-0/+12
* Sort locales according to their names (#18211)delvh2022-01-081-1/+9
* Unify and simplify TrN for i18n (#18141)wxiaoguang2022-01-021-0/+65
* Use index of the supported tags to choose user lang (#15452)Naohisa Murakami2021-04-141-7/+9
* Use i18n.Reset to reload locales (#15073)65432021-03-211-8/+2
* Fix locale init (#14582)John Olheiser2021-02-051-2/+9
* Update docs and comments to remove macaron (#14491)Lunny Xiao2021-01-291-1/+0
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-21/+28
* Fix recovery middleware to render gitea style page. (#13857)Lunny Xiao2021-01-051-0/+92