summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-01 16:22:59 +0400
committerAndrew Dolgov <[email protected]>2013-04-01 16:22:59 +0400
commitcf46b98f4c3a5d0a35c73289b4b5eff0a634eae7 (patch)
treebecd6a877d19e34023a63bd5bda3b2267e17832b /include
parent8314db4343cba5ed94dda80e4ec61794e4f072b5 (diff)
parentcc8fd308f26263f93f43c996d752eb163ec0a70e (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Diffstat (limited to 'include')
-rw-r--r--include/functions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 3bb158c05..555c3c64a 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -62,7 +62,8 @@
"pl_PL" => "Polski",
"ru_RU" => "Русский",
"pt_BR" => "Portuguese/Brazil",
- "zh_CN" => "Simplified Chinese");
+ "zh_CN" => "Simplified Chinese",
+ "fi_FI" => "Suomi");
return $tr;
}