Use translation files for URL rewriting

My app needs to support multiple languages, the URL’s should also be localized. The list of URL’s will be pretty long. Is it a good idea to use translation files to translate this URL’s? It seems like it’s more logical to have all the URL-rewrites in a file (seperate file for each language) instead of defining them all in the config as URL rewrites.