search
HomeDevelopment ToolssublimeHow to change sublime to Chinese version

How to change sublime to Chinese version

Apr 03, 2024 pm 02:09 PM
sublimemacos

如何将 Sublime 文本编辑器切换为中文版

Sublime Text 是一个流行的跨平台文本编辑器,默认使用英语界面。如果你希望使用中文界面,可以按照以下步骤操作:

1. 安装语言包

  • 打开 Sublime Text。
  • 单击菜单栏中的“Preferences” > “Browse Packages...”
  • 在文件浏览器中创建以下文件夹(如果不存在):

    • macOS: ~/Library/Application Support/Sublime Text 3/Packages
    • Windows: C:\Users[用户名]\AppData\Roaming\Sublime Text 3\Packages
  • 下载中文语言包:https://packagecontrol.io/packages/ChineseLang
  • 将下载的 .sublime-package 文件解压到创建的文件夹中。

2. 启用语言包

  • 重新启动 Sublime Text。
  • 单击菜单栏中的“Preferences” > “Settings - User”。
  • 在打开的 JSON 文件中添加以下内容:

    <code>{
    "ignored_packages": [],
    "font_face": "Consolas",
    "font_size": 14,
    "translate_tab": true,
    "translate_function_docs": true,
    "theme": "Solarized (Light).sublime-theme",
    "package_control": {
      "package_installation_directory": "~/Library/Application Support/Sublime Text 3/Packages",
      "package_renaming_directory": "~/Library/Application Support/Sublime Text 3/Packages/Renamed"
    },
    "indent_subsequent_lines": true,
    "tab_size": 4,
    "line_padding_bottom": 3,
    "line_padding_top": 3,
    "word_wrap": false,
    "trim_trailing_white_space_on_save": false,
    "ensure_newline_at_eof_on_save": false,
    "automatic_function_prototypes": false,
    "show_whitespace": false,
    "draw_white_space": "selection",
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "gutter": true,
    "indent_width": 4,
    "show_invisibles": false,
    "translate_variables": true,
    "translate_strings": true,
    "show_minimap": true,
    "minimap_width": 75,
    "line_numbers": true,
    "find_in_files": true,
    "quick_panel_search": true,
    "enable_git": true,
    "files_exclude_from_project": [
      "*~"
    ],
    "folder_exclude_patterns": [],
    "disabled_syntaxes": [],
    "ignored_syntaxes": [],
    "global_settings_file": "Preferences.sublime-settings",
    "default_encoding": "UTF-8",
    "mouse_wheel_behavior": 2,
    "find_selected_text_only": true,
    "increase_indent_pattern": null,
    "auto_complete_selector": "source, variable",
    "auto_complete_commit_on_tab": true,
    "auto_complete_debounce": 55,
    "auto_indent": false,
    "detect_indentation": true,
    "tab_completion": true,
    "translate_completions": true,
    "hide_status_bar": false,
    "auto_complete_prefer_exact_prefix_limit": 25,
    "renderer": "best",
    "merge_lines": true,
    "auto_close_unbalanced_brackets": true,
    "insert_final_newline": true,
    "verify_file_encoding": true,
    "word_wrap_width": 80
    }</code>
  • 保存文件。

3. 重新启动 Sublime Text

  • 重新启动 Sublime Text,界面将切换为中文。

The above is the detailed content of How to change sublime to Chinese version. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Choosing Between Sublime Text and VS Code: Which Editor is Best?Choosing Between Sublime Text and VS Code: Which Editor is Best?May 01, 2025 am 12:03 AM

SublimeText is more suitable for users who work with large files and prefer lightweight editors, while VSCode is more suitable for users who need IDE capabilities and powerful scalability. 1.SublimeText is known for its speed and simplicity, and is suitable for handling large files. 2.VSCode is known for its scalability and Microsoft support, and is suitable for users who need IDE capabilities.

Sublime Text: An Introduction to the Code EditorSublime Text: An Introduction to the Code EditorApr 30, 2025 am 12:11 AM

SublimeText is a powerful and flexible code editor that is worthy of exploration by programmers. 1) It supports multiple selection and editing, allowing multiple locations to be modified at the same time. 2) The plug-in system is rich and extensible. 3) The basic usage is intuitive, and the advanced usage includes regular expressions and macros. 4) Common errors such as plug-in conflicts can be resolved by uninstalling or adjusting the configuration. 5) Performance optimization is achieved through management plug-ins and configuration files.

Sublime Text for Developers: A Guide to Using the EditorSublime Text for Developers: A Guide to Using the EditorApr 29, 2025 am 12:15 AM

SublimeText is popular among developers for its fast, powerful and rich plug-in ecosystem. 1. Multi-line editing and multi-cursor functions allow multiple text modifications at the same time. 2. Command panel and shortcut keys improve operation efficiency. 3. Use PackageControl management plug-in to meet various development needs. SublimeText is ideal for developers to improve programming efficiency.

Sublime Text: Exploring Pricing and AvailabilitySublime Text: Exploring Pricing and AvailabilityApr 28, 2025 am 12:03 AM

SublimeText is priced at $99 (starting from personal and commercial licenses), with a one-time purchase model that supports Windows, macOS and Linux: 1. A free trial version is available, and it is permanently used after purchase and is updated; 2. It can be downloaded from the official website or third-party store, but it is recommended to purchase from the official website to ensure flexibility.

Accessing Sublime Text: Exploring Your OptionsAccessing Sublime Text: Exploring Your OptionsApr 27, 2025 am 12:24 AM

You can get SublimeText by trialing for free, purchasing a license, or applying for an education license. 1) Free trial: No time limit, but you will prompt to purchase when saving the file. 2) Purchase a license: Pay $99 in one lump sum, get lifelong updates and support. 3) Education license: Students and educators can enjoy discounts and must verify their identity.

Sublime Text: Exploring Its CapabilitiesSublime Text: Exploring Its CapabilitiesApr 26, 2025 am 12:10 AM

SublimeText is a powerful text editor suitable for a variety of programming languages ​​and file formats. 1. Multiple selection and editing functions allow multiple locations to be modified at the same time to improve editing efficiency. 2. The command panel is accessed through shortcut keys and performs various operations, such as formatting code and managing plug-ins.

Sublime Text Evaluation: The Free to Try OptionSublime Text Evaluation: The Free to Try OptionApr 25, 2025 am 12:08 AM

SublimeText is available for free, but every once in a while, a purchase prompt pops up. 1) It supports multiple programming languages, has a simple interface and a powerful plug-in ecosystem. 2) Users can optimize the user experience by closing unnecessary plug-ins, regularly updating and using shortcut keys.

Sublime Text: From Beginners to ExpertsSublime Text: From Beginners to ExpertsApr 24, 2025 am 12:14 AM

SublimeText is suitable for beginners and experts. 1. Shortcut keys and command panels improve efficiency. 2. Package manager extension function. 3. Customize the details of the configuration file. 4. Multiple selection and editing functions are used to refactor code. 5. Search and replace function positioning and modify code. 6. Project management and version control integration facilitate project management.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function