jesseduffield.lazygit/pkg/i18n
Stefan Haller 5a630aeda1 Refactor: add a separate Prompt view
So far, confirmations and prompts were handled by the same view, context, and
controller, with a bunch of conditional code based on whether the view is
editable. This was more or less ok so far, since it does save a little bit of
code duplication; however, now we need separate views, because we don't have
dynamic keybindings, but we want to map "confirm" to different keys in
confirmations (the "universal.confirm" user config) and prompts (hard-coded to
enter, because it doesn't make sense to customize it there).

It also allows us to get rid of the conditional code, which is a nice benefit;
and the code duplication is actually not *that* bad.
2025-09-05 10:42:03 +02:00
..
translations Update translations from Crowdin 2025-08-01 11:07:35 +02:00
english.go Refactor: add a separate Prompt view 2025-09-05 10:42:03 +02:00
i18n.go Use dario.cat/mergo instead of github.com/imdario/mergo 2025-04-09 11:23:55 +02:00
i18n_test.go Fix language auto-detection 2024-07-13 12:07:59 +02:00