summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-01 05:08:25 -0700
committerAndrew Dolgov <[email protected]>2013-04-01 05:08:25 -0700
commitcc8fd308f26263f93f43c996d752eb163ec0a70e (patch)
tree381b14eb4251c8b0229122bde4d896a6d8e31fc7 /include
parent1a293f10ab3e93581d3e63c05301ec4ff812491d (diff)
parent5d608138c82176facce7302b14b103bbd5d7d0b6 (diff)
Merge pull request #112 from Ardetus/finn_translation
Initial Finnish(Suomi) translation. 74% translated.
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;
}