1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-27 07:21:51 +01:00
gitea/modules/translation
wxiaoguang 4f9f0fc4b8
Fix various trivial problems (#36953)
1. remove `TEST_CONFLICTING_PATCHES_WITH_GIT_APPLY`
* it defaults to false and is unlikely to be useful for most users (see
#22130)
* with new git versions (>= 2.40), "merge-tree" is used,
"checkConflictsByTmpRepo" isn't called, the option does nothing.
2. fix fragile `db.Cell2Int64` (new: `CellToInt`)
3. allow more routes in maintenance mode (e.g.: captcha)
4. fix MockLocale html escaping to make it have the same behavior as
production locale
2026-03-23 18:23:42 +00:00
..
i18n Use flatten translation keys (#36225) 2025-12-25 12:51:33 -08:00
mock.go Fix various trivial problems (#36953) 2026-03-23 18:23:42 +00:00
translation_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
translation.go Convert locale files from ini to json format (#35489) 2025-12-19 09:50:48 -08:00