esotalk / esoTalk

Fat-free forum software.
GNU General Public License v2.0
1.47k stars 239 forks source link

Can't translate "Load more posts" #402

Open inliquid opened 9 years ago

inliquid commented 9 years ago

"Load more posts" appears in conversations when you use scrubber for jumping among months... This construction doesn't work, the translation isn't applied:

$definitions["Load more posts"] = "Показать еще";

doesn't work...

jgknight commented 8 years ago

Can you try adding this to line 222 to core/controllers/ETConversationController.class.php

$this->addJSLanguage("Load more posts");