Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The following page has been changed by Mike Dawson:
http://wiki.apache.org/nutch/AddingNewLocalization------------------------------------------------------------------------------
Change the value of lang to match the language you are adding (e.g. fa)
* Add your language to src/web/include/footer.html
+
+ * Look in build.xml in the base directory and find the lines that look like the following. Add an entry for your language:
+
+ {{{
+ <antcall target="generate-locale">
+ <param name="doc.locale" value="fa"/>
+ </antcall>
+ }}}
+
+ Where fa is the language to add.
* In the Nutch base directory run ant