<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>So, here is a question related to that. I have the following syntax to load theme text-domain in my theme.<br><div><br></div><div>load_theme_textdomain( 'mythemename', get_<b>template</b>_directory() . '/languages' );</div><div><br></div><div>And I have only provided a default.po file in the languages folder, which allows user to create his own language file. So, A user goes ahead and creates fr_FR.mo from the file I provided. So, wouldn't his language file get lost with every theme update?</div><div><br></div><div>So, should I use following instead?</div><div><br></div><div>load_theme_textdomain( 'mythemename', get_<b>stylesheet</b>_directory() . '/languages' );</div>                                    </div></body>
</html>