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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user