diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1966abf..a20d2bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,16 +12,16 @@ jobs: uses: thedoctor0/zip-release@master with: type: 'zip' - filename: 'magisk-module-miui-cn2global.zip' + filename: 'magisk-module-hyperos-cn2global.zip' exclusions: '*.git* /*node_modules/* .editorconfig' - name: Archive Release without languages uses: thedoctor0/zip-release@master with: type: 'zip' - filename: 'magisk-module-miui-cn2global-no-languages.zip' + filename: 'magisk-module-hyperos-cn2global-no-languages.zip' exclusions: '*.git* /*node_modules/* .editorconfig treble-overlay-*.apk' - name: Upload Release uses: ncipollo/release-action@v1 with: - artifacts: "magisk-module-miui-cn2global.zip,magisk-module-miui-cn2global-no-languages.zip" + artifacts: "magisk-module-hyperos-cn2global.zip,magisk-module-miui-cn2global-no-languages.zip" token: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index ef4478e..7846852 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ -## Translation Patch for Xiaomi MIUI China +## Translation Patch for Xiaomi HyperOS China -This is a Magisk module to add translation to the Chinese version of MIUI. +This is a Magisk module to add translation to the Chinese version of Xiaomi HyperOS. This module also enables Google Location history and Nearby share. -Download magisk-module-miui-cn2global.zip, install this module from the Modules tab of the Magisk app and restart, then you will be able to select your language in the language settings. - -I tested on MIUI 14. +Download magisk-module-hyperos-cn2global.zip, install this module from the Modules tab of the Magisk app and restart, then you will be able to select your language in the language settings. ## Prohibitions @@ -15,12 +13,10 @@ For reasons of support, etc., commercial use of this module is prohibited. (exce In case of commercial use, 50% of the profit will be collected. ## 日本語説明 -中国版 MIUI に日本語翻訳を追加する Magisk モジュールです。 +中国版 Xiaomi HyperOS に日本語翻訳を追加する Magisk モジュールです。 Google ロケーション履歴やニアバイシェアも有効化されます。 -magisk-module-miui-cn2global.zip をダウンロードして Magisk アプリのモジュールタブからこのモジュールをインストール・再起動することで、言語設定で日本語が選べるようになります。 - -MIUI 14 にて動作確認しています。 +magisk-module-hyperos-cn2global.zip をダウンロードして Magisk アプリのモジュールタブからこのモジュールをインストール・再起動することで、言語設定で日本語が選べるようになります。 ## 禁止事項 diff --git a/module.prop b/module.prop index 533486c..eb0a99c 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=xiaomi-miui-conv -name=Patch for Xiaomi MIUI China -version=v15 -versionCode=15 +name=Patch for Xiaomi HyperOS China +version=v16 +versionCode=16 author=AndroPlus -description=MIUI China to Global +description=Xiaomi HyperOS China to Global updateJson=https://raw.githubusercontent.com/AndroPlus-org/magisk-module-miui-cn2global/master/update.json \ No newline at end of file