1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

Remove non-English translation sets, read them from JSON instead

This commit is contained in:
Stefan Haller
2024-06-08 12:11:05 +02:00
parent b34de70c99
commit 98e5fd70fb
14 changed files with 100 additions and 4406 deletions

View File

@ -262,7 +262,7 @@ func TestGetBindingSections(t *testing.T) {
for _, test := range tests {
t.Run(test.testName, func(t *testing.T) {
actual := getBindingSections(test.bindings, &tr)
actual := getBindingSections(test.bindings, tr)
assert.EqualValues(t, test.expected, actual)
})
}