Skip to content

Commit

Permalink
[release 0.5.0] Finally Got UI Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisCris committed Apr 6, 2024
1 parent 7a8490e commit c51026c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
5 changes: 0 additions & 5 deletions README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@

- **English** | **日本語** | **简体中文**

> [!NOTE]
> 帕鲁名称,主动/被动技能等,均有翻译。
>
> 网页UI为英文,但没几个字,且 Emojis 应该非常易懂。如果还是有阅读困难,你可以使用 web 模式,并开启浏览器自带的网页翻译。
## 这是什么?

### 幻兽帕鲁 帕鲁 编辑器
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
- **English** | **日本語** | **简体中文**

> [!NOTE]
> The UI is hardcoded in English, but there isn't much text, and the emojis should be very easy to understand.
> If the UI isn't in your language, that means the UI I18n is missing, and we need someone to contribute the translations.
>
> But don't worry, all Pals and Skills are translated for the supported languages.
>
> At the end of the day, you can always use Chrome translation, if you are running it in web mode. ***(You don't need to worry about translation messing up the data we write to the save, we are not using plain text.)***
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["palworld", "editor", "pal"]
license = {file = "LICENSE"}
requires-python = ">=3.11"
readme = "README.md"
version = "0.4.3"
version = "0.5.0"
dependencies = [
"setuptools==69.1.0",
"palworld_save_tools==0.19.0",
Expand Down
2 changes: 1 addition & 1 deletion src/palworld_pal_editor/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
else:
ASSETS_PATH = Path(__file__).parent

VERSION = "0.4.3"
VERSION = "0.5.0"

class Config:
i18n: str = "en"
Expand Down

0 comments on commit c51026c

Please sign in to comment.