aboutsummaryrefslogtreecommitdiff
path: root/locales
Commit message (Collapse)AuthorAgeFilesLines
* Simplify commands and improve jv error handling魏曹先生2025-10-302-0/+8
| | | | | - Add help command alias for jv - Improve parser error message formatting - Fix code formatting in jvv commands
* Update localization files for new workspace management features魏曹先生2025-10-292-84/+81
| | | | | | | - Add common confirmation prompt - Improve service command documentation with port option - Add workspace staining/unstaining functionality - Simplify error messages and improve user guidance - Add success and warning messages for direct/unstain operations
* Update translation for error messages魏曹先生2025-10-272-4/+8
|
* Add output for jvv service listen command results魏曹先生2025-10-272-9/+14
|
* Update locales files魏曹先生2025-10-242-10/+89
|
* Add cli error handle.魏曹先生2025-10-242-33/+124
|
* Update locales files魏曹先生2025-10-212-5/+429
|
* Update localization files魏曹先生2025-10-192-29/+41
| | | | Optimize the expression of some semantics to make it more precise
* Removed unused locales files.魏曹先生2025-10-182-66/+0
|
* docs: update localization files魏曹先生2025-10-182-4/+10
| | | | | | - Update English help documentation - Update Chinese help documentation - Improve command descriptions and error messages
* feat: add internationalization support and new command-line tools魏曹先生2025-10-144-0/+294
- Add locale support with English and Chinese translations - Introduce new jv and jvv command-line tools - Replace jvc.rs with improved command structure - Add utility modules for language selection and markdown coloring - Update configuration and dependencies