From b7ee3aa9c202353c2d83a89a180685eeb8bf8abe Mon Sep 17 00:00:00 2001 From: krypto5863 <29824718+krypto5863@users.noreply.github.com> Date: Tue, 2 Nov 2021 09:54:05 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3acd4d5..68d2de6 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ A plugin that allows you to selectively load parts of presets. As it says on the tin. You simply open your preset panel and the menu will open with it. You'll notice there are two modes, simple and advanced. Simple is usually what you want. This plugin will likely be updated with the COM3D2.GUIAPI once I get around to finishing the plugin API so stay tuned for that update. +## Making your own Translations!## +1. Navigate to the `RootGameFolder/BepinEx/Config/ChoosyPreset` folder. Copy any of the language files and rename it to your language of choice. Naming does not need to be standard except for the `.json` extension. +2. Begin Translating. The translations are ordered as `"KEY": "Translated Text",`. Do not change the key! Furthermore, don't delete keys either. +3. Restart your game, select the new language file in the configuration manager (F1 when installed) or manually set the name of the language file in the ChoosyPreset cfg file. +4. Submit the translation file to me so I can include it with ChoosyPreset releases! + ## Installation ## 1. Download the DLL from the release section 2. Place the DLL into BepinEx/plugins From 054809bd9454bf1ec4d4194e525ff29cd60e1378 Mon Sep 17 00:00:00 2001 From: krypto5863 <29824718+krypto5863@users.noreply.github.com> Date: Tue, 2 Nov 2021 09:55:09 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68d2de6..6764fb3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A plugin that allows you to selectively load parts of presets. As it says on the tin. You simply open your preset panel and the menu will open with it. You'll notice there are two modes, simple and advanced. Simple is usually what you want. This plugin will likely be updated with the COM3D2.GUIAPI once I get around to finishing the plugin API so stay tuned for that update. -## Making your own Translations!## +## Making your own Translations! ## 1. Navigate to the `RootGameFolder/BepinEx/Config/ChoosyPreset` folder. Copy any of the language files and rename it to your language of choice. Naming does not need to be standard except for the `.json` extension. 2. Begin Translating. The translations are ordered as `"KEY": "Translated Text",`. Do not change the key! Furthermore, don't delete keys either. 3. Restart your game, select the new language file in the configuration manager (F1 when installed) or manually set the name of the language file in the ChoosyPreset cfg file.