fix: bot names
fix: minor tweaks to translations.
This commit is contained in:
parent
de0ba2881e
commit
922a896f0b
6 changed files with 105 additions and 95 deletions
|
|
@ -495,7 +495,7 @@ void BotConfig::loadLanguageConfig () {
|
|||
}
|
||||
|
||||
if (!lang.second.empty () && !lang.first.empty ()) {
|
||||
m_language[hashLangString (lang.first.trim ().chars ())] = lang.second;
|
||||
m_language[hashLangString (lang.first.trim ().chars ())] = lang.second.trim ();
|
||||
}
|
||||
}
|
||||
else if (line.startsWith ("[TRANSLATED]") && !temp.empty ()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue