diff --git a/flag.inc b/flag.inc
index f6b6e3e..767b77e 100644
--- a/flag.inc
+++ b/flag.inc
@@ -1598,6 +1598,11 @@ class flag_node extends flag_entity {
     return parent::get_flagging_record($content_id, $uid, $sid);
   }
 
+  function get_count($content_id) {
+    $content_id = $this->get_translation_id($content_id);
+    return parent::get_count($content_id);
+  }
+
   function replace_tokens($label, $contexts, $options, $content_id) {
     if (is_numeric($content_id) && ($node = $this->fetch_content($content_id))) {
       $contexts['node'] = $node;
