A few more translated tidbits. Also converted french strings.xml from BOM with windows lineendings, to non-BOM with unix lineendings.

This commit is contained in:
Shyotl
2012-01-28 22:07:13 -06:00
parent d9640ecc65
commit d0c782c7ae
6 changed files with 756 additions and 686 deletions

View File

@@ -127,6 +127,16 @@ LLMaterialTable::~LLMaterialTable()
mMaterialInfoList.clear();
}
void LLMaterialTable::initTableTransNames(std::map<std::string, std::string> namemap)
{
for (info_list_t::iterator iter = mMaterialInfoList.begin();
iter != mMaterialInfoList.end(); ++iter)
{
LLMaterialInfo *infop = *iter;
std::string name = infop->mName;
infop->mName = namemap[name];
}
}
void LLMaterialTable::initBasicTable()
{
// *TODO: Translate