Skip to content

Commit 9fdd4a1

Browse files
committed
add tip on disabling undesired translation
1 parent c57910e commit 9fdd4a1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ JsonTools infers your preferred language and attempts to translate in the follow
153153

154154
JsonTools only attempts to find translation files once, when Notepad++ is starting up. If you change the UI language of Notepad++, you will have to close Notepad++ and reopen it before this change will apply to JsonTools.
155155

156+
If you decide that you don't like the translation and prefer the original English, I recommend appending `_disabled` to the name of the translation file. For example, if your translation was based on `german.json5`, renaming that file to `german_disabled.json5` would cause JsonTools to default to English when the Notepad++ UI was in German.
157+
156158
To be clear, *JsonTools may not be in the same language of the Notepad++ UI.* The steps described above represent my best effort to automatically translate JsonTools into a language that the user will find useful, without requiring the user to select their language from a list of available languages in the settings form.
157159

158160
To translate JsonTools to another language, just look at [`english.json5` in the translations directory of this repo](https://github.com/molsonkiko/JsonToolsNppPlugin/blob/main/translation/english.json5) and follow the instructions in that file.

0 commit comments

Comments
 (0)