Skip to content

Commit 56563e7

Browse files
committed
Clean up JSON parsing code further, add JSON and STB license info to about page.
1 parent e9fc55e commit 56563e7

File tree

6 files changed

+104
-284
lines changed

6 files changed

+104
-284
lines changed

Binaries/Windows/Resources/Localization/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"kieroHookLicense": "* Uses rdbo's ImGui-DirectX-11-Kiero-Hook.",
3535
"ghFearLicense": "* Uses portions of GHFear's Universal-ImGui-D3D11-Hook-WithResize.",
3636
"stbLicense": "* Uses Sean Barrett (nothings)'s STB library, which is licensed under the MIT License.",
37+
"jsonLicense": "* Uses Niels Lohmann (nlohmann)'s JSON library, which is licensed under the MIT License.",
3738
"inippLicense": "* Uses IniPP, which is licensed under the MIT License.",
3839
"thirteenAGAsiLicense": "* Uses ThirteenAG's Ultimate-ASI-Loader, which is licensed under the MIT License.",
3940
"safetyHookLicense": "* Uses SafetyHook, which is licensed under the Boost Software License.",

Binaries/Windows/Resources/Localization/ja.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"kieroHookLicense": "* rdboのImGui-DirectX-11-Kiero-Hookを使用しています。",
3535
"ghFearLicense": "* GHFearのUniversal-ImGui-D3D11-Hook-WithResizeの一部を使用しています。",
3636
"stbLicense": "* ショーン・バレット (nothings)のSTBライブラリを使用しており、MITライセンスのもとでライセンスされています。",
37+
"jsonLicense": "* ニールス・ローマン (nlohmann) の JSON ライブラリを使用しており、これは MIT ライセンスのもとでライセンスされています。",
3738
"inippLicense": "* IniPPを使用しており、MITライセンスのもとでライセンスされています。",
3839
"thirteenAGAsiLicense": "* ThirteenAGのUltimate-ASI-Loaderを使用しており、MITライセンスのもとでライセンスされています。",
3940
"safetyHookLicense": "* SafetyHookを使用しており、Boost Software Licenseのもとでライセンスされています。",

Binaries/Windows/Resources/Localization/zh.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"kieroHookLicense": "* Uses rdbo's ImGui-DirectX-11-Kiero-Hook.",
3535
"ghFearLicense": "* Uses portions of GHFear's Universal-ImGui-D3D11-Hook-WithResize.",
3636
"stbLicense": "* Uses Sean Barrett (nothings)'s STB library, which is licensed under the MIT License.",
37+
"jsonLicense": "* Uses Niels Lohmann (nlohmann)'s JSON library, which is licensed under the MIT License.",
3738
"inippLicense": "* Uses IniPP, which is licensed under the MIT License.",
3839
"thirteenAGAsiLicense": "* Uses ThirteenAG's Ultimate-ASI-Loader, which is licensed under the MIT License.",
3940
"safetyHookLicense": "* Uses SafetyHook, which is licensed under the Boost Software License.",

0 commit comments

Comments
 (0)