mirror of
https://github.com/go-gitea/gitea
synced 2025-01-18 13:44:27 +00:00
71afbcafa9
ps: there are more broken translation strings in 1.20 (main), most of them are still caused by incorrect quoting/unquoting. For example, translators might write text ``` `my text ```, such incorrect encoding might break crowdin & Gitea's locale package. In the future, a Go `update-locales.go` should replace the legacy `update-locales.sh`.