1
0

46 lines
2.0 KiB
Markdown
Raw Normal View History

2024-06-14 05:36:46 +07:00
# Gakumas-Localify-EN
2024-05-20 20:03:34 +08:00
2024-06-14 05:36:46 +07:00
- Gakuen iDOLM@STER Localization Module
- An English version of [gakuen-imas-localify](https://github.com/chinosk6/gakuen-imas-localify)
- **Will be taken down when a proper one were made.**
2024-05-20 20:03:34 +08:00
2024-06-14 05:36:46 +07:00
# Usage
2024-05-20 20:03:34 +08:00
2024-06-14 05:36:46 +07:00
- This is an Xposed Module.
- For Magisk users use [LSPosed](https://github.com/LSPosed/LSPosed).
- For Non-Root users use [LSPatch](https://github.com/LSPosed/LSPatch).
2024-05-20 20:03:34 +08:00
2024-06-14 05:36:46 +07:00
- Enable `Force Update Resource`
2024-05-23 11:24:19 +08:00
2024-06-14 05:36:46 +07:00
# Download
You can download the latest build from the GitHub Actions artifacts.
2024-05-23 11:24:19 +08:00
2024-06-14 05:36:46 +07:00
1. Go to the [GitHub Actions](https://github.com/NatsumeLS/Gakumas-Localify-EN/actions) page.
2. Find the most recent workflow run.
3. Click on the workflow run to view details.
4. In the "Artifacts" section at the bottom of the page, download the `GakumasLocalify` artifact.
2024-05-23 11:24:19 +08:00
2024-06-14 05:36:46 +07:00
# Localization
[Gakumas-Translation-Data-EN](https://github.com/NatsumeLS/Gakumas-Translation-Data-EN)
2024-05-23 11:24:19 +08:00
2024-06-14 05:36:46 +07:00
- Localization files are placed in `/app/src/main/assets/gakumas-local`
- `local-files/localization.json` is for Localization translation.
- `local-files/generic.json` is for translation of parts not covered by Localization.
- All `.json` files in the `local-files/genericTrans` folder function the same as `generic.json`. Folder and file names can be customized to to distinguish translation content.
- The `local-files/resource` folder stores resource files. Currently, all txt files with the same name can be replaced.
- To obtain the original game resources, Check [gkmasToolkit](https://github.com/kishidanatsumi/gkmasToolkit)
2024-05-20 20:03:34 +08:00
# Translation Contributors
<a href="https://github.com/NatsumeLS/Gakumas-Translation-Data-EN">
<img src="https://contrib.rocks/image?repo=NatsumeLS/Gakumas-Translation-Data-EN" />
</a>
2024-06-14 05:36:46 +07:00
# Special Thanks
2024-05-20 20:03:34 +08:00
2024-06-14 05:36:46 +07:00
- [gakuen-imas-localify](https://github.com/chinosk6/gakuen-imas-localify)
- [GakumasTranslationData](https://github.com/chinosk6/GakumasTranslationData)
2024-05-20 20:03:34 +08:00
- [gkmasToolkit](https://github.com/kishidanatsumi/gkmasToolkit)
- [UmaPyogin-Android](https://github.com/akemimadoka/UmaPyogin-Android)
- [UnityResolve.hpp](https://github.com/issuimo/UnityResolve.hpp)