aboutsummaryrefslogtreecommitdiff
path: root/languages/pt.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/pt.php')
-rw-r--r--languages/pt.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/languages/pt.php b/languages/pt.php
deleted file mode 100644
index 891430139..000000000
--- a/languages/pt.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-/**
- * Elgg graphstats plugin language pack
- *
- * @package ElggGraphStats
- */
-
-$portuguese = array(
- 'graphstats:graphs' => "Gráficos" ,
-);
-
-add_translation('pt', $portuguese);
-
-?>