]> source.dussan.org Git - gitea.git/commit
Improve multiple strings in en-US locale (#26213)
authorPanagiotis "Ivory" Vasilopoulos <git@n0toose.net>
Tue, 8 Aug 2023 15:25:05 +0000 (15:25 +0000)
committerGitHub <noreply@github.com>
Tue, 8 Aug 2023 15:25:05 +0000 (15:25 +0000)
commitdaf709286397c30d12a75f5c7bb262486f531143
tree144f75994e55c2f29faa27ee91fa2b8b3106b9c7
parent4fc4f6e6341cd6115dd7ac6e03888df16c6f718e
Improve multiple strings in en-US locale (#26213)

I kept sending pull requests that consisted of one-line changes. It's
time to
settle this once and for all. (Maybe.)

- Explain Gitea behavior and the consequences of each
  setting better, so that the user does not have to consult
  the docs.
- Do not use different spellings of identical terms
  interchangeably, e.g. `e-mail` and `email`.
- Use more conventional terms to describe the same things,
  e.g. `Confirm Password` instead of `Re-Type Password`.
- Introduces additional clarification for Mirror Settings
- Small adjustments in test
- This is a cry for help.
- Grammar and spelling consistencies for en-US locale
  (e.g. cancelled -> canceled)
- Introduce tooltip improvements.

---------

Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
options/locale/locale_en-US.ini
templates/repo/settings/options.tmpl
tests/e2e/example.test.e2e.js