1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/i18n
Stefan Haller 6794149ec8 When bisecting, always mark the current commit as good/bad, not the selected
For marking as good or bad, the current commit is pretty much always the one you
want to mark, not the selected. It's different for skipping; sometimes you know
already that a certain commit doesn't compile, for example, so you might
navigate there and mark it as skipped. So in the case that the current commit is
not the selected one, we now offer two separate menu entries for skipping, one
for the current commit and one for the selected.
2023-07-29 14:44:00 +02:00
..
chinese.go When bisecting, always mark the current commit as good/bad, not the selected 2023-07-29 14:44:00 +02:00
dutch.go Better tag creation UX 2023-07-22 14:36:35 +10:00
english.go When bisecting, always mark the current commit as good/bad, not the selected 2023-07-29 14:44:00 +02:00
i18n_test.go fix lint errors 2020-11-18 08:36:19 +11:00
i18n.go feat(i18n): add russian translation 2023-06-28 00:34:59 +06:00
japanese.go When bisecting, always mark the current commit as good/bad, not the selected 2023-07-29 14:44:00 +02:00
korean.go When bisecting, always mark the current commit as good/bad, not the selected 2023-07-29 14:44:00 +02:00
polish.go Differentiate between different filter modes 2023-07-03 12:54:14 +10:00
russian.go When bisecting, always mark the current commit as good/bad, not the selected 2023-07-29 14:44:00 +02:00
traditional_chinese.go When bisecting, always mark the current commit as good/bad, not the selected 2023-07-29 14:44:00 +02:00