I just downloaded the Starkers Theme.
I want to localize and internationalize that theme.
I saw in a tutorial that I have to have the following in the funcions.php of the theme:
<?php load_theme_textdomain('text_domain'); ?>
But I opened functions.php of the Starkers theme and I saw this:
load_theme_textdomain( 'twentyten', TEMPLATEPATH . '/languages' );
What should I do?
Should I change ('twentyten... for ('starkers...?