Skip to content

Commit

Permalink
Explain where localization.json should be placed
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Feb 3, 2024
1 parent 415f763 commit 57ba935
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/localization.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"ExampleEntry": {
"text": "This text will displayed by default.",
"textJP": "This text will be displayed when the language is changed to Japanese in-game.",
"comment": "You can store comments here. Additionally, if any field is left empty and there is no hard-coded fallback, it will display as #NOT SET#"
"comment": "You can store comments here. Additionally, if any field is left empty and there is no hard-coded fallback, it will display as #NOT SET#",
"info": "Please place the 'localization.json' file in the HigurashiEp0X_Data folder (eg for Ch.1, place it at 'HigurashiEp01_Data/localization.json')"
},
"MODMenu_0": {
"comment": "The below entries are for the F10 mod menu, in the file MOD.Scripts.UI/MODMenu.cs. NOTE: some of these are the debug menu strings, wich the user will never use or see.",
Expand Down

0 comments on commit 57ba935

Please sign in to comment.