Created
July 1, 2022 19:59
-
-
Save idkshite/b06b9c8994cc3db2207596fd1407c6e6 to your computer and use it in GitHub Desktop.
Redirector rule to transform german godot docs to english
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"createdBy": "Redirector v3.5.3", | |
"createdAt": "2022-07-01T19:23:18.025Z", | |
"redirects": [ | |
{ | |
"description": "Always open english godot", | |
"exampleUrl": "https://docs.godotengine.org/de/stable/tutorials/inputs/inputevent.html", | |
"exampleResult": "https://docs.godotengine.org/en/stable/tutorials/inputs/inputevent.html", | |
"error": null, | |
"includePattern": "(docs\\.godotengine.org)\\/(de)\\/(.*)", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://docs.godotengine.org/en/$3", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment