1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-27 09:22:04 +01:00
gitea/modules/translation/i18n
Lunny Xiao 324dcf6f64
Use flatten translation keys (#36225)
Crowdin does not remove empty lines in nested JSON translation files.
Therefore, we use flattened translation keys instead. We have also
updated the key-loading logic to ensure that empty values are not
applied during translation.

---------

Signed-off-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: TheFox0x7 <thefox0x7@gmail.com>
Co-authored-by: silverwind <me@silverwind.io>
2025-12-25 12:51:33 -08:00
..
format.go Refactor error system (#33771) 2025-03-03 05:36:10 +00:00
i18n_test.go Convert locale files from ini to json format (#35489) 2025-12-19 09:50:48 -08:00
i18n.go Convert locale files from ini to json format (#35489) 2025-12-19 09:50:48 -08:00
localestore.go Use flatten translation keys (#36225) 2025-12-25 12:51:33 -08:00