diff --git a/office/dictionary/hunspell-dict-pl/actions.py b/office/dictionary/hunspell-dict-pl/actions.py
new file mode 100644
index 0000000000..a63f38aa1d
--- /dev/null
+++ b/office/dictionary/hunspell-dict-pl/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+WorkDir = "."
+
+def setup():
+ shelltools.system("unzip -o pl_PL.zip")
+
+def install():
+ pisitools.insinto("/usr/share/hunspell", "*.dic")
+ pisitools.insinto("/usr/share/hunspell", "*.aff")
+
+ pisitools.dodoc("*.txt")
diff --git a/office/dictionary/hunspell-dict-pl/pspec.xml b/office/dictionary/hunspell-dict-pl/pspec.xml
new file mode 100644
index 0000000000..385fb9ec39
--- /dev/null
+++ b/office/dictionary/hunspell-dict-pl/pspec.xml
@@ -0,0 +1,52 @@
+
+
+
+
+ hunspell-dict-pl
+ http://www.kurnik.pl/dictionary/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2+
+ GPLv2+
+ MPL-1.1
+ locale:pl
+ data
+ Polish hunspell dictionaries
+ hunspell-dict-pl includes Polish hunspell dictionaries.
+ https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-20150428.zip
+
+
+
+ hunspell-dict-pl
+
+ /usr/share/hunspell
+ /usr/share/doc
+
+
+
+
+
+ 2015-10-05
+ 20100428
+ Rebuild
+ Alihanh Öztürk
+ alihan@pisilinux.org
+
+
+ 2014-01-26
+ 0.0_20090319
+ Rebuild
+ Alihanh Öztürk
+ alihan@pisilinux.org
+
+
+ 2010-10-13
+ 0.0_20090319
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/office/dictionary/hunspell-dict-pl/translations.xml b/office/dictionary/hunspell-dict-pl/translations.xml
new file mode 100644
index 0000000000..ffcca9fef9
--- /dev/null
+++ b/office/dictionary/hunspell-dict-pl/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ hunspell-dict-pl
+ Polonya dili için hunspell sözlükleri
+ hunspell-dict-pl Polonya dili için hunspell sözlükleri içerir.
+
+