diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-12-08 21:00:24 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-12-08 21:00:24 +0800 |
| commit | a570d168d145f44ac44b9a2c60b7a089dad65f87 (patch) | |
| tree | 662193ed15af545287db31fac070c60441f4fb1f /locales/help_docs/en.yml | |
| parent | e9bfa7b8cb4a577d1a0864624f866bc98a379ffb (diff) | |
Add crossterm dependency and implement jvii editor
- Add crossterm crate for terminal UI capabilities
- Update jvii editor with proper status bar and keyboard hints
- Add i18n support for editor interface
- Remove default nano editor configuration from shell scripts
Diffstat (limited to 'locales/help_docs/en.yml')
| -rw-r--r-- | locales/help_docs/en.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index fa458f2..ab175ef 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -940,6 +940,10 @@ jv: version_already_exist: | The version %{version} of file %{path} you are committing already exists in the upstream vault, please use a different version number! +jvii: + hints: | + [^S WRITE] [ESC EXIT] + editor: update_editor: | # You are using editor mode to track and update files |
