1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/i18n
Jesse Duffield 41ab7c44a0
Use upstream branch when opening pull requests (#2693)
- **PR Description**

Should probably solve #2691

- **Please check if the PR fulfills these requirements**

* [x] Cheatsheets are up-to-date (run `go run scripts/cheatsheet/main.go
generate`)
* [x] Code has been formatted (see
[here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#code-formatting))
* [x] Tests have been added/updated (see
[here](https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md)
for the integration test guide)
* [x] Text is internationalised (see
[here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#internationalisation))
* [x] Docs (specifically `docs/Config.md`) have been updated if
necessary
* [x] You've read through your own file changes for silly mistakes etc
2023-09-25 11:03:15 +10:00
..
chinese.go Shorten the waiting status for fast-forwarding a branch 2023-09-20 13:56:06 +02:00
dutch.go Shorten the waiting status for fast-forwarding a branch 2023-09-20 13:56:06 +02:00
english.go Use upstream branch when opening pull requests (#2693) 2023-09-25 11:03:15 +10: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 Use WithWaitingStatus instead of WithLoaderPanel for pull/push/fetch 2023-09-20 13:30:49 +02:00
korean.go Shorten the waiting status for fast-forwarding a branch 2023-09-20 13:56:06 +02:00
polish.go Use WithWaitingStatus instead of WithLoaderPanel for pull/push/fetch 2023-09-20 13:30:49 +02:00
russian.go Shorten the waiting status for fast-forwarding a branch 2023-09-20 13:56:06 +02:00
traditional_chinese.go Shorten the waiting status for fast-forwarding a branch 2023-09-20 13:56:06 +02:00