The urllist module does not create a full url list when used with the i18n module. Just a simple example with two languages, en and de.
example.com/urllist.txt shows only url for en, as this is the default language. All urls shown are of the form example.com/en/whatever
The same list is available at example.com/en/urllist.txt, showing only urls for en
The list with urls for the second language are available at example.com/de/urllist.txt, showing only urls like example.com/de/whatever
The list at example.com/urllist.txt should contain a complete list for all languages.
Comments
Comment #1
wonderland commentedI have to correct myself, example.com/urllist.txt actually includes every node, just not with the correct language prefix in the path, e.g. all nodes have en/whatever, no matter what language they have.
Comment #2
deekayen commentedmodule is deprecated in favor of XML sitemap