On 08/18/2012 12:29 PM, Mauricio Etchevest wrote: > How can I find all the translations of the word "category" to remove a > categorization made in other language ?
You mean the category namespace in MediaWiki? Here is how I found it: $ grep NS_CATEGORY\ *.php | sed 's,.*=> *,,' | sort -u That gives 132 translations. Mark. -- http://hexmode.com/ Human evil is not a problem. It is a mystery. It cannot be solved. -- When Atheism Becomes a Religion, Chris Hedges _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
