From 1e0e6caea18f3ad7c8cd701519f11aba6c9b8c47 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Thu, 23 Apr 2015 17:11:28 -0600 Subject: [PATCH] added updated Brazilian translation files --- languages/lifterlms-pt_BR.po | 1 + lifterlms.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/languages/lifterlms-pt_BR.po b/languages/lifterlms-pt_BR.po index 09661c1a74..e1eef6596b 100755 --- a/languages/lifterlms-pt_BR.po +++ b/languages/lifterlms-pt_BR.po @@ -496,3 +496,4 @@ msgstr "Comece o Questionário" msgid "

You are not able take this quiz

" msgstr "

Você não está habilitado para fazer esse questionário

" + diff --git a/lifterlms.php b/lifterlms.php index 827e38646a..a3913fbbba 100644 --- a/lifterlms.php +++ b/lifterlms.php @@ -414,7 +414,7 @@ public function add_action_links ( $links ) { public function localize() { // load localization files - $test = load_plugin_textdomain('lifterlms', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' ); + load_plugin_textdomain('lifterlms', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' ); }