Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Currently the
translate_directreplaces columns with names that match function names.To fix this, do not call
substitutedirectly intranslate_direct. Instead call a function that callssubstituteonly on functions (the parent element of a call).