Skip to content

Commit

Permalink
1.3.1 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonKnightOfBreeze committed Jan 10, 2024
1 parent 7f3df05 commit 3720f13
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<li>Renders related type information, scope information, localisation text and DDS images through ways such as quick documentation and inlay hints.</li>
<li>Automatically recognizes the game directory (containing the launcher settings file <code>launcher-settings.json</code>) and mod directory (containing the mod descriptor file <code>descriptor.mod</code>).</li>
</ul>
<p>This plugin implements various advanced language features based on <a href="https://windea.icu/Paradox-Language-Support/#/en/config.md#cwt-config-group">CWT config groups</a>, which consists of CWT rule files.
<p>This plugin has implemented various advanced language features based on <a href="https://windea.icu/Paradox-Language-Support/#/en/config.md#cwt-config-group">CWT config groups</a>, which consists of CWT rule files.
The latest-version config files are already built into this plugin, make it works right out of the box.
Besides, <a href="https://windea.icu/Paradox-Language-Support/#/en/config.md#writing-cwt-config-files">customizing</a> and importing local config files is also supported.</p>
Besides, <a href="https://windea.icu/Paradox-Language-Support/#/en/config.md#writing-cwt-config-files">customizing</a> and <a href="https://windea.icu/Paradox-Language-Support/#/en/config.md#importing-cwt-config-files">importing</a> local config files is also supported.</p>
<p>If <a href="https://github.com/YiiGuxing/TranslationPlugin">Translation</a> is also installed, this plugin can provide some <a href="https://windea.icu/Paradox-Language-Support/#/zh/plugin-integration.md">additional features</a>.</p>
<p>If you encounter any problems during use, feel free to provide feedback via GitHub.</p>

Expand All @@ -24,9 +24,9 @@ Besides, <a href="https://windea.icu/Paradox-Language-Support/#/en/config.md#wri
<li>通过快速文档和内嵌提示等方式,渲染相关的类型信息、作用域信息、本地化文本和DDS图片。</li>
<li>自动识别游戏目录(包含启动器配置文件<code>launcher-settings.json</code>)和模组目录(包含模组描述符文件<code>descriptor.mod</code>)。</li>
</ul>
<p>此插件基于由CWT规则文件组成的<a href="https://windea.icu/Paradox-Language-Support/#/zh/config.md#cwt-config-group">CWT规则分组</a>,实现了许多高级语言功能
<p>此插件基于由CWT规则文件组成的<a href="https://windea.icu/Paradox-Language-Support/#/zh/config.md#cwt-config-group">CWT规则分组</a>,实现了许多诸多语言功能
插件已经内置了最新版本的规则文件,以便开箱即用。
除此之外,插件也支持<a href="https://windea.icu/Paradox-Language-Support/#/zh/config.md#writing-cwt-config-files">自定义</a>与导入项目本地的规则文件。</p>
除此之外,插件也支持<a href="https://windea.icu/Paradox-Language-Support/#/zh/config.md#writing-cwt-config-files">自定义</a>与<a href="https://windea.icu/Paradox-Language-Support/#/zh/config.md#importing-cwt-config-files">导入</a>本地的规则文件。
<p>如果同时安装了 <a href="https://github.com/YiiGuxing/TranslationPlugin">Translation</a> ,此插件可以提供一些<a href="https://windea.icu/Paradox-Language-Support/#/zh/plugin-integration.md">额外的功能</a>。</p>
<p>如果在使用过程中遇到任何问题,欢迎通过GitHub或者QQ群进行反馈。</p>

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ IDEA插件:Paradox语言支持。
* 通过快速文档和内嵌提示等方式,渲染相关的类型信息、作用域信息、本地化文本和DDS图片。
* 自动识别游戏目录(包含启动器配置文件`launcher-settings.json`)和模组目录(包含模组描述符文件`descriptor.mod`)。

此插件基于由CWT规则文件组成的[CWT规则分组](https://windea.icu/Paradox-Language-Support/#/zh/config.md#cwt-config-group)实现了许多高级语言功能
此插件基于由CWT规则文件组成的[CWT规则分组](https://windea.icu/Paradox-Language-Support/#/zh/config.md#cwt-config-group)实现了许多诸多语言功能
插件已经内置了最新版本的规则文件,以便开箱即用。
除此之外,插件也支持[自定义](https://windea.icu/Paradox-Language-Support/#/zh/config.md#writing-cwt-config-files)与导入项目本地的规则文件
除此之外,插件也支持[自定义](https://windea.icu/Paradox-Language-Support/#/zh/config.md#writing-cwt-config-files)[导入](https://windea.icu/Paradox-Language-Support/#/zh/config.md#importing-cwt-config-files)本地的规则文件

如果同时安装了 [Translation](https://github.com/YiiGuxing/TranslationPlugin) ,此插件可以提供一些[额外的功能](https://windea.icu/Paradox-Language-Support/#/zh/plugin-integration.md)

Expand Down
4 changes: 2 additions & 2 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Features:
* Renders related type information, scope information, localisation text and DDS images through ways such as quick documentation and inlay hints.
* Automatically recognizes the game directory (containing the launcher settings file `launcher-settings.json`) and mod directory (containing the mod descriptor file `descriptor.mod`).

This plugin implements various advanced language features based on [CWT config groups](https://windea.icu/Paradox-Language-Support/#/en/config.md#cwt-config-group), which consists of CWT rule files.
This plugin has implemented various advanced language features based on [CWT config groups](https://windea.icu/Paradox-Language-Support/#/en/config.md#cwt-config-group), which consists of CWT rule files.
The latest-version config files are already built into this plugin, make it works right out of the box.
Besides, [customizing](https://windea.icu/Paradox-Language-Support/#/en/config.md#writing-cwt-config-files) and importing local config files is also supported.
Besides, [customizing](https://windea.icu/Paradox-Language-Support/#/en/config.md#writing-cwt-config-files) and [importing](https://windea.icu/Paradox-Language-Support/#/en/config.md#importing-cwt-config-files) local config files is also supported.

If [Translation](https://github.com/YiiGuxing/TranslationPlugin) is also installed, this plugin can provide some [additional features](https://windea.icu/Paradox-Language-Support/#/zh/plugin-integration.md).

Expand Down
4 changes: 2 additions & 2 deletions docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Features:
* Renders related type information, scope information, localisation text and DDS images through ways such as quick documentation and inlay hints.
* Automatically recognizes the game directory (containing the launcher settings file `launcher-settings.json`) and mod directory (containing the mod descriptor file `descriptor.mod`).

This plugin implements various advanced language features based on [CWT config groups](https://windea.icu/Paradox-Language-Support/#/en/config.md#cwt-config-group), which consists of CWT rule files.
This plugin has implemented various advanced language features based on [CWT config groups](https://windea.icu/Paradox-Language-Support/#/en/config.md#cwt-config-group), which consists of CWT rule files.
The latest-version config files are already built into this plugin, make it works right out of the box.
Besides, [customizing](https://windea.icu/Paradox-Language-Support/#/en/config.md#writing-cwt-config-files) and importing local config files is also supported.
Besides, [customizing](https://windea.icu/Paradox-Language-Support/#/en/config.md#writing-cwt-config-files) and [importing](https://windea.icu/Paradox-Language-Support/#/en/config.md#importing-cwt-config-files) local config files is also supported.

If [Translation](https://github.com/YiiGuxing/TranslationPlugin) is also installed, this plugin can provide some [additional features](https://windea.icu/Paradox-Language-Support/#/zh/plugin-integration.md).

Expand Down
4 changes: 2 additions & 2 deletions docs/zh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ IDEA插件:Paradox语言支持。
* 通过快速文档和内嵌提示等方式,渲染相关的类型信息、作用域信息、本地化文本和DDS图片。
* 自动识别游戏目录(包含启动器配置文件`launcher-settings.json`)和模组目录(包含模组描述符文件`descriptor.mod`)。

此插件基于由CWT规则文件组成的[CWT规则分组](https://windea.icu/Paradox-Language-Support/#/zh/config.md#cwt-config-group)实现了许多高级语言功能
此插件基于由CWT规则文件组成的[CWT规则分组](https://windea.icu/Paradox-Language-Support/#/zh/config.md#cwt-config-group)实现了许多诸多语言功能
插件已经内置了最新版本的规则文件,以便开箱即用。
除此之外,插件也支持[自定义](https://windea.icu/Paradox-Language-Support/#/zh/config.md#writing-cwt-config-files)与导入项目本地的规则文件
除此之外,插件也支持[自定义](https://windea.icu/Paradox-Language-Support/#/zh/config.md#writing-cwt-config-files)[导入](https://windea.icu/Paradox-Language-Support/#/zh/config.md#importing-cwt-config-files)本地的规则文件

如果同时安装了 [Translation](https://github.com/YiiGuxing/TranslationPlugin) ,此插件可以提供一些[额外的功能](https://windea.icu/Paradox-Language-Support/#/zh/plugin-integration.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### 概述

PLS基于由CWT规则文件组成的CWT规则分组,实现了许多高级语言功能
PLS基于由CWT规则文件组成的CWT规则分组,实现了许多诸多语言功能

规则分组中的数据首先来自特定目录下的CWT规则文件,经过合并与计算后,再用于实现插件的各种功能。

Expand Down

0 comments on commit 3720f13

Please sign in to comment.