Skip to content

Instantly share code, notes, and snippets.

@idkshite
Created July 1, 2022 19:59
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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