From c3947304ec74f919eec4dc1851a29bf09795b200 Mon Sep 17 00:00:00 2001 From: Kautism Date: Fri, 30 Sep 2022 14:24:40 +0800 Subject: [PATCH] Add Community Translation guide. --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 2bf81e1..618bef5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,36 @@ This project is a LastOrigin Localization Mod. It can change your LastOrigin to 2. Run Game Once. This steup will hang a minute. If you watching the Game UI, you will found `BepInEx\plugins` dir is generate. Then close the game. 3. Extract all plugin and plugin data into `BepInEx\plugins`. (Include Localization dir) +## Config guide + +The config file is place in `BepInEx\config\LOLocalization.cfg`. + +Default language is tc, if you want change your language to English, Edit config file and restart game. + +``` +## Settings file was created by plugin LOLocalization v1.0.3 +## Plugin GUID: LOLocalization + +[General] + +## Accept tc,en +# Setting type: String +# Default value: tc +language = tc + +## Accept sourcehansans,msjhbd +# Setting type: String +# Default value: sourcehansans +font = sourcehansans +``` + +## Community Translation + +You can co-editing [this sheet](https://docs.google.com/spreadsheets/d/16uL75K1GSrHEx_lGUx1GHTlG6KKhaaxMgGsvUqi6fss/edit#gid=0) to help us. + +[TC](https://docs.google.com/spreadsheets/d/16uL75K1GSrHEx_lGUx1GHTlG6KKhaaxMgGsvUqi6fss/edit#gid=888841601) +[EN](https://docs.google.com/spreadsheets/d/16uL75K1GSrHEx_lGUx1GHTlG6KKhaaxMgGsvUqi6fss/edit#gid=1714781629) + ## Example ![EN](images/EN.PNG)