Commit graph

137 commits

Author SHA1 Message Date
leo
c2e83778cc
readme: keep the same order for locales
Signed-off-by: leo <longshuang@msn.cn>
2024-10-30 09:56:57 +08:00
leo
b175ab3a3e
code_review: PR #623
* keep locales in order
* update README.md

Signed-off-by: leo <longshuang@msn.cn>
2024-10-30 09:47:33 +08:00
github-actions[bot]
0474441240 doc: Update translation status and missing keys 2024-10-30 01:43:21 +00:00
github-actions[bot]
30e0e84b63 doc: Update translation status and missing keys 2024-10-30 01:33:23 +00:00
github-actions[bot]
acd61f49a8 doc: Update translation status and missing keys 2024-10-29 01:59:40 +00:00
github-actions[bot]
651d313496 doc: Update translation status and missing keys
Some checks are pending
Continuous Integration / Build (push) Waiting to run
Continuous Integration / Prepare version string (push) Waiting to run
Continuous Integration / Package (push) Blocked by required conditions
Localization Check / localization-check (push) Waiting to run
2024-10-28 13:37:13 +00:00
github-actions[bot]
a7cccd5c1d doc: Update translation status and missing keys 2024-10-28 08:52:00 +00:00
leo
3e6e0befaa
readme: update macOS usage (#609)
Signed-off-by: leo <longshuang@msn.cn>
2024-10-28 16:37:57 +08:00
github-actions[bot]
216d2d02bd doc: Update translation status and missing keys 2024-10-28 07:56:57 +00:00
github-actions[bot]
9d1840f78c doc: Update translation status and missing keys 2024-10-28 03:55:59 +00:00
github-actions[bot]
f1dc46c251 doc: Update translation status and missing keys 2024-10-28 03:27:59 +00:00
github-actions[bot]
3490d62f3c doc: Update translation status and missing keys 2024-10-28 03:00:34 +00:00
GadflyFang
8280287362
doc: add link on badges (#607)
Signed-off-by: Gadfly <gadfly@gadfly.vip>
2024-10-28 09:45:16 +08:00
github-actions[bot]
6447590491 doc: Update translation status and missing keys 2024-10-28 01:28:10 +00:00
github-actions[bot]
34c3dd4df5 doc: Update translation status and missing keys 2024-10-27 08:40:10 +00:00
GadflyFang
28773f0e2d
doc: Make the badges clickable and redirect to the TRANSLATION.md (#601)
Some checks failed
Continuous Integration / Build (push) Has been cancelled
Continuous Integration / Prepare version string (push) Has been cancelled
Localization Check / localization-check (push) Has been cancelled
Continuous Integration / Package (push) Has been cancelled
* Make the badges clickable and redirect to the TRANSLATION.md
* Move localization check script file position

---------

Signed-off-by: Gadfly <gadfly@gadfly.vip>
2024-10-25 14:51:49 +08:00
github-actions[bot]
7e1624c2d6 doc: Update translation status and missing keys 2024-10-25 06:24:15 +00:00
GadflyFang
32de28c16e
ci: add Localization Check CI (#600)
Signed-off-by: Gadfly <gadfly@gadfly.vip>
2024-10-25 14:22:38 +08:00
leo
93e964dcb6
readme: add badges 2024-10-22 11:21:07 +08:00
leo
31e7bef01d
docs: typo in readme
Some checks are pending
Continuous Integration / Build (push) Waiting to run
Continuous Integration / Prepare version string (push) Waiting to run
Continuous Integration / Package (push) Blocked by required conditions
2024-10-21 20:28:49 +08:00
leo
67b6a6d9d5
refactor: using custom PATH instead of reading it from zsh (#581)
* run `echo $PATH > ~/Library/Application\ Support/SourceGit/PATH` to generate to custom PATH file for SourceGit
2024-10-21 15:31:13 +08:00
leo
010eb65edb
readme: remove tips for start app from commandline 2024-10-14 17:04:39 +08:00
leo
ba307189e7
readme: update highlights 2024-10-12 10:56:10 +08:00
leo
c2f68daaf5
readme: add tooltip for macOS users 2024-10-12 10:52:39 +08:00
leo
01380ff194
code_review: PR #497
* remove unused file
* update readme
2024-09-22 19:03:55 +08:00
leo
a690f77468
readme: update OpenAI usage (#489) 2024-09-19 14:42:19 +08:00
leo
ba9c3058ed
feature: supports Zed editor as an external editor (#477) 2024-09-18 10:00:32 +08:00
leo
ab54ecee42
enhance: API Key is now optional
- Update README.md by adding tips for using OpenAI in this project
2024-09-13 20:46:00 +08:00
leo
86c6254fb2
Merge branch 'feature/openai-support' into develop 2024-09-12 09:50:13 +08:00
leo
16f8e2fd0b
feature: simple implementation for generating commit message by OpenAI (#456) 2024-09-12 09:42:47 +08:00
leo
84b3de657f
read: add scale factor tips for Linux users 2024-09-11 20:32:10 +08:00
leo
24301751d3
readme: add workspace 2024-09-09 19:46:14 +08:00
leo
6e418300ab
readme: add language Français 2024-08-26 19:23:53 +08:00
leo
fcc8a41ad1
readme: welcome everyone to share their own themes 2024-08-23 11:57:17 +08:00
leo
ad21d2f6bf
readme: remove unnecessary tips for Linux users 2024-08-20 21:27:41 +08:00
leo
9acd8519f6
readme: github note format 2024-08-15 16:02:38 +08:00
leo
612c5e3874
readme: add tips 2024-08-15 14:39:41 +08:00
leo
0c6af27b40
refactor: rewrite the way to find external editors (#347)
* do not find tools from environment variables since it needs a lot of works on some platforms, such as macOS
* add `external_editors.json` to allow user configure paths directly
2024-08-15 11:32:26 +08:00
leo
d1b236b090
enhance: usually we create hidden sub-directories in $HOME with lowercase names 2024-08-13 10:19:16 +08:00
leo
38665a61cb
fix: Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) returns an empty string on some linux distro
* fallback the storage folder to `~/.sourcegit`
2024-08-12 21:38:11 +08:00
leo
538cdc2764
readme: update 2024-08-06 11:53:33 +08:00
leo
425b713d1e
code_review: PR (#307)
* locale selection is sorted by name
* add en_US fallback for de_DE
2024-08-01 09:57:03 +08:00
leo
c8c881c38a
Merge pull request #307 from warappa/features/305-add-german-translation
Add German translation
2024-08-01 09:49:36 +08:00
warappa
edf09234c8 #305: Add German translation 2024-07-31 23:32:41 +02:00
Jean Franz
658277afc3
add Portuguese to README.md 2024-07-31 10:11:06 -03:00
leo
d6dc5e30e9 readme: alignment 2024-07-21 18:08:55 +08:00
leo
ec224bebcb readme: add tips for Windows users to install this app 2024-07-21 18:05:50 +08:00
leo
9ac550242e
readme: format tables 2024-07-13 23:04:21 +08:00
leo
21ec16b4cc
readme: add winget install tips 2024-07-02 12:35:09 +08:00
leo
7965338d7c
readme: move custom theme to another repo sourcegit-themes (#227) 2024-07-02 09:42:49 +08:00