Skip to content

Instantly share code, notes, and snippets.

@idkshite
Created July 1, 2022 19:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idkshite/b06b9c8994cc3db2207596fd1407c6e6 to your computer and use it in GitHub Desktop.
Save idkshite/b06b9c8994cc3db2207596fd1407c6e6 to your computer and use it in GitHub Desktop.
Redirector rule to transform german godot docs to english
{
"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