mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
This idea is perhaps a bit more far-fetched. It implements the ability in `lint-locale-usage` to basically fully handle "printf" invocations by transforming format strings to regexps when "%" wildcards are present. Currently, it doesn't cache the transformation from format string to compiled regex because this doesn't make a performance difference (yet), given that most of these wildcards are only hit once or twice. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/12013 Reviewed-by: Gusted <gusted@noreply.codeberg.org> |
||
|---|---|---|
| .. | ||
| codeformat | ||
| lint-locale | ||
| lint-locale-usage | ||
| backport-locales.go | ||
| code-batch-process.go | ||
| generate-bindata.go | ||
| generate-disposable-email.go | ||
| generate-emoji.go | ||
| generate-gitignores.go | ||
| generate-go-licenses.go | ||
| generate-licenses.go | ||
| merge-forgejo-locales.go | ||
| test-echo.go | ||
| test-env-check.sh | ||
| test-env-prepare.sh | ||