On Thu, Nov 27, 2008 at 15:01, José Fontainhas <[EMAIL PROTECTED]> wrote: > More specifically, the generated package from SVN has a gettexted "default" > theme, but it's php files are trying to load the "kubrick" textdomain. As a > test, I've created a copy of "default" and named it "kubrick" under > wp-content\themes and it works.
The name of the theme mo file doesn't depend on the textdomain, but on the locale only. If you have a pt_BR.mo file in the theme directory everything should be working fine. I just tried to generate a package from latest trunk and it worked for me. N.
_______________________________________________ wp-polyglots mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-polyglots
