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

31 Commits

Author SHA1 Message Date
ae4a579153 Fix language auto-detection
Starting lazygit with an environment containing LANG=ko_KO or LANG=nl_NL would
result in an error at startup.
2024-07-13 12:07:59 +02:00
stk
398ceb1dd9 Fix loading translation set json files on Windows
It seems that the embed.FS always uses foreward slashes, even on
Windows.

This not only affected generating the cheatsheets, but also loading a
translation file in production.
2024-06-30 10:41:48 +02:00
98e5fd70fb Remove non-English translation sets, read them from JSON instead 2024-06-23 14:47:50 +02:00
02aeb6101c Remove unused struct 2024-06-23 14:47:50 +02:00
5133113142 feat(i18n): add russian translation 2023-06-28 00:34:59 +06:00
5d8af7bbd8 Add Traditional Chinese support 2023-05-30 12:58:11 +08:00
d533427173 Korean translation 2022-06-07 23:31:56 +09:00
cda359fbc9 feat(i18n): japanese translation 2022-05-05 18:42:27 +09:00
9ef65574db refactor to rename pull_request to hosting_service and apply SRP 2021-12-29 09:01:06 +11:00
63072af5bc allow user to configure the gui language 2021-08-30 09:12:29 +10:00
a13e919d3d add chinese for i18n 2021-05-19 17:55:26 +08:00
37bb89dac3 type i18n 2020-10-10 00:23:01 +11:00
d4ab607d0d allow adding a submodule 2020-10-02 08:09:42 +10:00
e0dd1cb29d switch to Go modules 2019-09-01 21:24:03 +10:00
540edc0c35 anonymous reporting data 2018-08-26 16:53:31 +10:00
bcbeec1a56 Sirupsen -> sirupsen 2018-08-23 14:22:03 +02:00
4972a4c218 rewrite addBundles 2018-08-20 21:18:50 +02:00
e4070ccb4f rewrite language detection, rewrite tests 2018-08-20 21:12:42 +02:00
fa8248bd70 use fallback language if language not detected on startup 2018-08-20 13:20:59 +10:00
29f2bdbba3 removed logrus logger import 2018-08-18 14:03:20 +02:00
0f145093fe Here i a fix for the error go complain on your pull 2018-08-17 20:43:51 +02:00
2d80a83d27 pl translation 1 2018-08-16 18:56:16 +02:00
fcf616bd62 Fixed it 2018-08-16 13:35:04 +02:00
88e1a815fe Fixed comment on issue #137 from @jesseduffield 2018-08-16 07:16:32 +02:00
be3f5846e4 Added more translations 2018-08-14 21:06:50 +02:00
73a1682540 fixed package naming and added tr object to file_panel.go 2018-08-14 15:26:25 +02:00
5cbacb0c67 make local i18n package confirm to project structure 2018-08-14 22:12:07 +10:00
6e518142b4 added some commands 2018-08-14 12:56:11 +02:00
0c39347224 Added auto detection for the system language 2018-08-14 12:52:26 +02:00
5ad97add08 Added the translation to some words again 2018-08-14 11:27:46 +02:00
dfafb98871 tried to update to latest master 2018-08-14 11:05:26 +02:00