diff --git a/README.cn.md b/README.cn.md index 9f07891..48cecb1 100644 --- a/README.cn.md +++ b/README.cn.md @@ -22,11 +22,6 @@ - **English** | **日本語** | **简体中文** -> [!NOTE] -> 帕鲁名称,主动/被动技能等,均有翻译。 -> -> 网页UI为英文,但没几个字,且 Emojis 应该非常易懂。如果还是有阅读困难,你可以使用 web 模式,并开启浏览器自带的网页翻译。 - ## 这是什么? ### 幻兽帕鲁 帕鲁 编辑器 diff --git a/README.md b/README.md index af1dd4d..8f6cf1c 100644 --- a/README.md +++ b/README.md @@ -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.)*** diff --git a/pyproject.toml b/pyproject.toml index 8da5aa6..d358532 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/src/palworld_pal_editor/config.py b/src/palworld_pal_editor/config.py index 2f58b86..aba5f81 100644 --- a/src/palworld_pal_editor/config.py +++ b/src/palworld_pal_editor/config.py @@ -11,7 +11,7 @@ else: ASSETS_PATH = Path(__file__).parent -VERSION = "0.4.3" +VERSION = "0.5.0" class Config: i18n: str = "en"