diff --git a/dist/amd/aurelia-i18n.js b/dist/amd/aurelia-i18n.js
index 26e9ec59..e2050c47 100644
--- a/dist/amd/aurelia-i18n.js
+++ b/dist/amd/aurelia-i18n.js
@@ -863,6 +863,35 @@ define('aurelia-i18n', ['exports', 'i18next', 'aurelia-logging', 'aurelia-depend
                 year_in_plural: 'あと __count__ 年'
             }
         },
+        lt: {
+            translation: {
+                now: 'šiuo metu',
+                second_ago: 'prieš __count__ sekundę',
+                second_ago_plural: 'prieš __count__ sekundes',
+                second_in: 'po __count__ sekundės',
+                second_in_plural: 'po __count__ sekundžių',
+                minute_ago: 'prieš __count__ minutę',
+                minute_ago_plural: 'prieš __count__ minutes',
+                minute_in: 'po __count__ minutės',
+                minute_in_plural: 'po __count__ minučių',
+                hour_ago: 'prieš __count__ valandą',
+                hour_ago_plural: 'prieš __count__ valandas',
+                hour_in: 'po __count__ valandos',
+                hour_in_plural: 'po __count__ valandų',
+                day_ago: 'prieš __count__ dieną',
+                day_ago_plural: 'prieš __count__ dienas',
+                day_in: 'po __count__ dienos',
+                day_in_plural: 'po __count__ dienų',
+                month_ago: 'prieš __count__ mėnesį',
+                month_ago_plural: 'prieš __count__ mėnesius',
+                month_in: 'po __count__ mėnesio',
+                month_in_plural: 'po __count__ mėnesių',
+                year_ago: 'prieš __count__ metus',
+                year_ago_plural: 'prieš __count__ metus',
+                year_in: 'po __count__ metų',
+                year_in_plural: 'po __count__ metų'
+            }
+        },
         nl: {
             translation: {
                 now: 'zonet',
@@ -950,6 +979,35 @@ define('aurelia-i18n', ['exports', 'i18next', 'aurelia-logging', 'aurelia-depend
                 year_in_plural: 'på flere __count__ år'
             }
         },
+        pl: {
+            translation: {
+                now: 'teraz',
+                second_ago: '__count__ s temu',
+                second_ago_plural: '__count__ s temu',
+                second_in: 'za __count__ s',
+                second_in_plural: 'za __count__ s',
+                minute_ago: '__count__ min temu',
+                minute_ago_plural: '__count__ min temu',
+                minute_in: 'za __count__ min',
+                minute_in_plural: 'za __count__ min',
+                hour_ago: '__count__ h temu',
+                hour_ago_plural: '__count__ h temu',
+                hour_in: 'za __count__ h',
+                hour_in_plural: 'za __count__ h',
+                day_ago: '__count__ dzień temu',
+                day_ago_plural: '__count__ dias atrás',
+                day_in: 'za __count__ dni',
+                day_in_plural: 'za __count__ dni',
+                month_ago: '__count__ miesiąc temu',
+                month_ago_plural: '__count__ mies. temu',
+                month_in: 'za __count__ miesiąc',
+                month_in_plural: 'za __count__ mies.',
+                year_ago: '__count__ rok temu',
+                year_ago_plural: '__count__ lata/lat temu',
+                year_in: 'za __count__ rok',
+                year_in_plural: '__count__ lata/lat'
+            }
+        },
         pt: {
             translation: {
                 now: 'neste exato momento',
diff --git a/dist/commonjs/aurelia-i18n.js b/dist/commonjs/aurelia-i18n.js
index 9f1bc750..b41e1506 100644
--- a/dist/commonjs/aurelia-i18n.js
+++ b/dist/commonjs/aurelia-i18n.js
@@ -876,6 +876,35 @@ var translations = {
             year_in_plural: 'あと __count__ 年'
         }
     },
+    lt: {
+        translation: {
+            now: 'šiuo metu',
+            second_ago: 'prieš __count__ sekundę',
+            second_ago_plural: 'prieš __count__ sekundes',
+            second_in: 'po __count__ sekundės',
+            second_in_plural: 'po __count__ sekundžių',
+            minute_ago: 'prieš __count__ minutę',
+            minute_ago_plural: 'prieš __count__ minutes',
+            minute_in: 'po __count__ minutės',
+            minute_in_plural: 'po __count__ minučių',
+            hour_ago: 'prieš __count__ valandą',
+            hour_ago_plural: 'prieš __count__ valandas',
+            hour_in: 'po __count__ valandos',
+            hour_in_plural: 'po __count__ valandų',
+            day_ago: 'prieš __count__ dieną',
+            day_ago_plural: 'prieš __count__ dienas',
+            day_in: 'po __count__ dienos',
+            day_in_plural: 'po __count__ dienų',
+            month_ago: 'prieš __count__ mėnesį',
+            month_ago_plural: 'prieš __count__ mėnesius',
+            month_in: 'po __count__ mėnesio',
+            month_in_plural: 'po __count__ mėnesių',
+            year_ago: 'prieš __count__ metus',
+            year_ago_plural: 'prieš __count__ metus',
+            year_in: 'po __count__ metų',
+            year_in_plural: 'po __count__ metų'
+        }
+    },
     nl: {
         translation: {
             now: 'zonet',
@@ -963,6 +992,35 @@ var translations = {
             year_in_plural: 'på flere __count__ år'
         }
     },
+    pl: {
+        translation: {
+            now: 'teraz',
+            second_ago: '__count__ s temu',
+            second_ago_plural: '__count__ s temu',
+            second_in: 'za __count__ s',
+            second_in_plural: 'za __count__ s',
+            minute_ago: '__count__ min temu',
+            minute_ago_plural: '__count__ min temu',
+            minute_in: 'za __count__ min',
+            minute_in_plural: 'za __count__ min',
+            hour_ago: '__count__ h temu',
+            hour_ago_plural: '__count__ h temu',
+            hour_in: 'za __count__ h',
+            hour_in_plural: 'za __count__ h',
+            day_ago: '__count__ dzień temu',
+            day_ago_plural: '__count__ dias atrás',
+            day_in: 'za __count__ dni',
+            day_in_plural: 'za __count__ dni',
+            month_ago: '__count__ miesiąc temu',
+            month_ago_plural: '__count__ mies. temu',
+            month_in: 'za __count__ miesiąc',
+            month_in_plural: 'za __count__ mies.',
+            year_ago: '__count__ rok temu',
+            year_ago_plural: '__count__ lata/lat temu',
+            year_in: 'za __count__ rok',
+            year_in_plural: '__count__ lata/lat'
+        }
+    },
     pt: {
         translation: {
             now: 'neste exato momento',
diff --git a/dist/es2015/aurelia-i18n.js b/dist/es2015/aurelia-i18n.js
index 962b018f..84a3ad0d 100644
--- a/dist/es2015/aurelia-i18n.js
+++ b/dist/es2015/aurelia-i18n.js
@@ -824,6 +824,35 @@ const translations = {
             year_in_plural: 'あと __count__ 年'
         }
     },
+    lt: {
+        translation: {
+            now: 'šiuo metu',
+            second_ago: 'prieš __count__ sekundę',
+            second_ago_plural: 'prieš __count__ sekundes',
+            second_in: 'po __count__ sekundės',
+            second_in_plural: 'po __count__ sekundžių',
+            minute_ago: 'prieš __count__ minutę',
+            minute_ago_plural: 'prieš __count__ minutes',
+            minute_in: 'po __count__ minutės',
+            minute_in_plural: 'po __count__ minučių',
+            hour_ago: 'prieš __count__ valandą',
+            hour_ago_plural: 'prieš __count__ valandas',
+            hour_in: 'po __count__ valandos',
+            hour_in_plural: 'po __count__ valandų',
+            day_ago: 'prieš __count__ dieną',
+            day_ago_plural: 'prieš __count__ dienas',
+            day_in: 'po __count__ dienos',
+            day_in_plural: 'po __count__ dienų',
+            month_ago: 'prieš __count__ mėnesį',
+            month_ago_plural: 'prieš __count__ mėnesius',
+            month_in: 'po __count__ mėnesio',
+            month_in_plural: 'po __count__ mėnesių',
+            year_ago: 'prieš __count__ metus',
+            year_ago_plural: 'prieš __count__ metus',
+            year_in: 'po __count__ metų',
+            year_in_plural: 'po __count__ metų'
+        }
+    },
     nl: {
         translation: {
             now: 'zonet',
@@ -911,6 +940,35 @@ const translations = {
             year_in_plural: 'på flere __count__ år'
         }
     },
+    pl: {
+        translation: {
+            now: 'teraz',
+            second_ago: '__count__ s temu',
+            second_ago_plural: '__count__ s temu',
+            second_in: 'za __count__ s',
+            second_in_plural: 'za __count__ s',
+            minute_ago: '__count__ min temu',
+            minute_ago_plural: '__count__ min temu',
+            minute_in: 'za __count__ min',
+            minute_in_plural: 'za __count__ min',
+            hour_ago: '__count__ h temu',
+            hour_ago_plural: '__count__ h temu',
+            hour_in: 'za __count__ h',
+            hour_in_plural: 'za __count__ h',
+            day_ago: '__count__ dzień temu',
+            day_ago_plural: '__count__ dias atrás',
+            day_in: 'za __count__ dni',
+            day_in_plural: 'za __count__ dni',
+            month_ago: '__count__ miesiąc temu',
+            month_ago_plural: '__count__ mies. temu',
+            month_in: 'za __count__ miesiąc',
+            month_in_plural: 'za __count__ mies.',
+            year_ago: '__count__ rok temu',
+            year_ago_plural: '__count__ lata/lat temu',
+            year_in: 'za __count__ rok',
+            year_in_plural: '__count__ lata/lat'
+        }
+    },
     pt: {
         translation: {
             now: 'neste exato momento',
diff --git a/dist/es2017/aurelia-i18n.js b/dist/es2017/aurelia-i18n.js
index 75430a90..4ab58291 100644
--- a/dist/es2017/aurelia-i18n.js
+++ b/dist/es2017/aurelia-i18n.js
@@ -813,6 +813,35 @@ const translations = {
             year_in_plural: 'あと __count__ 年'
         }
     },
+    lt: {
+        translation: {
+            now: 'šiuo metu',
+            second_ago: 'prieš __count__ sekundę',
+            second_ago_plural: 'prieš __count__ sekundes',
+            second_in: 'po __count__ sekundės',
+            second_in_plural: 'po __count__ sekundžių',
+            minute_ago: 'prieš __count__ minutę',
+            minute_ago_plural: 'prieš __count__ minutes',
+            minute_in: 'po __count__ minutės',
+            minute_in_plural: 'po __count__ minučių',
+            hour_ago: 'prieš __count__ valandą',
+            hour_ago_plural: 'prieš __count__ valandas',
+            hour_in: 'po __count__ valandos',
+            hour_in_plural: 'po __count__ valandų',
+            day_ago: 'prieš __count__ dieną',
+            day_ago_plural: 'prieš __count__ dienas',
+            day_in: 'po __count__ dienos',
+            day_in_plural: 'po __count__ dienų',
+            month_ago: 'prieš __count__ mėnesį',
+            month_ago_plural: 'prieš __count__ mėnesius',
+            month_in: 'po __count__ mėnesio',
+            month_in_plural: 'po __count__ mėnesių',
+            year_ago: 'prieš __count__ metus',
+            year_ago_plural: 'prieš __count__ metus',
+            year_in: 'po __count__ metų',
+            year_in_plural: 'po __count__ metų'
+        }
+    },
     nl: {
         translation: {
             now: 'zonet',
@@ -900,6 +929,35 @@ const translations = {
             year_in_plural: 'på flere __count__ år'
         }
     },
+    pl: {
+        translation: {
+            now: 'teraz',
+            second_ago: '__count__ s temu',
+            second_ago_plural: '__count__ s temu',
+            second_in: 'za __count__ s',
+            second_in_plural: 'za __count__ s',
+            minute_ago: '__count__ min temu',
+            minute_ago_plural: '__count__ min temu',
+            minute_in: 'za __count__ min',
+            minute_in_plural: 'za __count__ min',
+            hour_ago: '__count__ h temu',
+            hour_ago_plural: '__count__ h temu',
+            hour_in: 'za __count__ h',
+            hour_in_plural: 'za __count__ h',
+            day_ago: '__count__ dzień temu',
+            day_ago_plural: '__count__ dias atrás',
+            day_in: 'za __count__ dni',
+            day_in_plural: 'za __count__ dni',
+            month_ago: '__count__ miesiąc temu',
+            month_ago_plural: '__count__ mies. temu',
+            month_in: 'za __count__ miesiąc',
+            month_in_plural: 'za __count__ mies.',
+            year_ago: '__count__ rok temu',
+            year_ago_plural: '__count__ lata/lat temu',
+            year_in: 'za __count__ rok',
+            year_in_plural: '__count__ lata/lat'
+        }
+    },
     pt: {
         translation: {
             now: 'neste exato momento',
diff --git a/dist/native-modules/aurelia-i18n.js b/dist/native-modules/aurelia-i18n.js
index 18025e8b..64676e40 100644
--- a/dist/native-modules/aurelia-i18n.js
+++ b/dist/native-modules/aurelia-i18n.js
@@ -870,6 +870,35 @@ var translations = {
             year_in_plural: 'あと __count__ 年'
         }
     },
+    lt: {
+        translation: {
+            now: 'šiuo metu',
+            second_ago: 'prieš __count__ sekundę',
+            second_ago_plural: 'prieš __count__ sekundes',
+            second_in: 'po __count__ sekundės',
+            second_in_plural: 'po __count__ sekundžių',
+            minute_ago: 'prieš __count__ minutę',
+            minute_ago_plural: 'prieš __count__ minutes',
+            minute_in: 'po __count__ minutės',
+            minute_in_plural: 'po __count__ minučių',
+            hour_ago: 'prieš __count__ valandą',
+            hour_ago_plural: 'prieš __count__ valandas',
+            hour_in: 'po __count__ valandos',
+            hour_in_plural: 'po __count__ valandų',
+            day_ago: 'prieš __count__ dieną',
+            day_ago_plural: 'prieš __count__ dienas',
+            day_in: 'po __count__ dienos',
+            day_in_plural: 'po __count__ dienų',
+            month_ago: 'prieš __count__ mėnesį',
+            month_ago_plural: 'prieš __count__ mėnesius',
+            month_in: 'po __count__ mėnesio',
+            month_in_plural: 'po __count__ mėnesių',
+            year_ago: 'prieš __count__ metus',
+            year_ago_plural: 'prieš __count__ metus',
+            year_in: 'po __count__ metų',
+            year_in_plural: 'po __count__ metų'
+        }
+    },
     nl: {
         translation: {
             now: 'zonet',
@@ -957,6 +986,35 @@ var translations = {
             year_in_plural: 'på flere __count__ år'
         }
     },
+    pl: {
+        translation: {
+            now: 'teraz',
+            second_ago: '__count__ s temu',
+            second_ago_plural: '__count__ s temu',
+            second_in: 'za __count__ s',
+            second_in_plural: 'za __count__ s',
+            minute_ago: '__count__ min temu',
+            minute_ago_plural: '__count__ min temu',
+            minute_in: 'za __count__ min',
+            minute_in_plural: 'za __count__ min',
+            hour_ago: '__count__ h temu',
+            hour_ago_plural: '__count__ h temu',
+            hour_in: 'za __count__ h',
+            hour_in_plural: 'za __count__ h',
+            day_ago: '__count__ dzień temu',
+            day_ago_plural: '__count__ dias atrás',
+            day_in: 'za __count__ dni',
+            day_in_plural: 'za __count__ dni',
+            month_ago: '__count__ miesiąc temu',
+            month_ago_plural: '__count__ mies. temu',
+            month_in: 'za __count__ miesiąc',
+            month_in_plural: 'za __count__ mies.',
+            year_ago: '__count__ rok temu',
+            year_ago_plural: '__count__ lata/lat temu',
+            year_in: 'za __count__ rok',
+            year_in_plural: '__count__ lata/lat'
+        }
+    },
     pt: {
         translation: {
             now: 'neste exato momento',
diff --git a/dist/system/aurelia-i18n.js b/dist/system/aurelia-i18n.js
index fcdf1c42..602760a9 100644
--- a/dist/system/aurelia-i18n.js
+++ b/dist/system/aurelia-i18n.js
@@ -894,6 +894,35 @@ System.register(['i18next', 'aurelia-logging', 'aurelia-dependency-injection', '
                         year_in_plural: 'あと __count__ 年'
                     }
                 },
+                lt: {
+                    translation: {
+                        now: 'šiuo metu',
+                        second_ago: 'prieš __count__ sekundę',
+                        second_ago_plural: 'prieš __count__ sekundes',
+                        second_in: 'po __count__ sekundės',
+                        second_in_plural: 'po __count__ sekundžių',
+                        minute_ago: 'prieš __count__ minutę',
+                        minute_ago_plural: 'prieš __count__ minutes',
+                        minute_in: 'po __count__ minutės',
+                        minute_in_plural: 'po __count__ minučių',
+                        hour_ago: 'prieš __count__ valandą',
+                        hour_ago_plural: 'prieš __count__ valandas',
+                        hour_in: 'po __count__ valandos',
+                        hour_in_plural: 'po __count__ valandų',
+                        day_ago: 'prieš __count__ dieną',
+                        day_ago_plural: 'prieš __count__ dienas',
+                        day_in: 'po __count__ dienos',
+                        day_in_plural: 'po __count__ dienų',
+                        month_ago: 'prieš __count__ mėnesį',
+                        month_ago_plural: 'prieš __count__ mėnesius',
+                        month_in: 'po __count__ mėnesio',
+                        month_in_plural: 'po __count__ mėnesių',
+                        year_ago: 'prieš __count__ metus',
+                        year_ago_plural: 'prieš __count__ metus',
+                        year_in: 'po __count__ metų',
+                        year_in_plural: 'po __count__ metų'
+                    }
+                },
                 nl: {
                     translation: {
                         now: 'zonet',
@@ -981,6 +1010,35 @@ System.register(['i18next', 'aurelia-logging', 'aurelia-dependency-injection', '
                         year_in_plural: 'på flere __count__ år'
                     }
                 },
+                pl: {
+                    translation: {
+                        now: 'teraz',
+                        second_ago: '__count__ s temu',
+                        second_ago_plural: '__count__ s temu',
+                        second_in: 'za __count__ s',
+                        second_in_plural: 'za __count__ s',
+                        minute_ago: '__count__ min temu',
+                        minute_ago_plural: '__count__ min temu',
+                        minute_in: 'za __count__ min',
+                        minute_in_plural: 'za __count__ min',
+                        hour_ago: '__count__ h temu',
+                        hour_ago_plural: '__count__ h temu',
+                        hour_in: 'za __count__ h',
+                        hour_in_plural: 'za __count__ h',
+                        day_ago: '__count__ dzień temu',
+                        day_ago_plural: '__count__ dias atrás',
+                        day_in: 'za __count__ dni',
+                        day_in_plural: 'za __count__ dni',
+                        month_ago: '__count__ miesiąc temu',
+                        month_ago_plural: '__count__ mies. temu',
+                        month_in: 'za __count__ miesiąc',
+                        month_in_plural: 'za __count__ mies.',
+                        year_ago: '__count__ rok temu',
+                        year_ago_plural: '__count__ lata/lat temu',
+                        year_in: 'za __count__ rok',
+                        year_in_plural: '__count__ lata/lat'
+                    }
+                },
                 pt: {
                     translation: {
                         now: 'neste exato momento',
diff --git a/dist/umd-es2015/aurelia-i18n.js b/dist/umd-es2015/aurelia-i18n.js
index f84103f3..8e6a6683 100644
--- a/dist/umd-es2015/aurelia-i18n.js
+++ b/dist/umd-es2015/aurelia-i18n.js
@@ -821,6 +821,35 @@
                 year_in_plural: 'あと __count__ 年'
             }
         },
+        lt: {
+            translation: {
+                now: 'šiuo metu',
+                second_ago: 'prieš __count__ sekundę',
+                second_ago_plural: 'prieš __count__ sekundes',
+                second_in: 'po __count__ sekundės',
+                second_in_plural: 'po __count__ sekundžių',
+                minute_ago: 'prieš __count__ minutę',
+                minute_ago_plural: 'prieš __count__ minutes',
+                minute_in: 'po __count__ minutės',
+                minute_in_plural: 'po __count__ minučių',
+                hour_ago: 'prieš __count__ valandą',
+                hour_ago_plural: 'prieš __count__ valandas',
+                hour_in: 'po __count__ valandos',
+                hour_in_plural: 'po __count__ valandų',
+                day_ago: 'prieš __count__ dieną',
+                day_ago_plural: 'prieš __count__ dienas',
+                day_in: 'po __count__ dienos',
+                day_in_plural: 'po __count__ dienų',
+                month_ago: 'prieš __count__ mėnesį',
+                month_ago_plural: 'prieš __count__ mėnesius',
+                month_in: 'po __count__ mėnesio',
+                month_in_plural: 'po __count__ mėnesių',
+                year_ago: 'prieš __count__ metus',
+                year_ago_plural: 'prieš __count__ metus',
+                year_in: 'po __count__ metų',
+                year_in_plural: 'po __count__ metų'
+            }
+        },
         nl: {
             translation: {
                 now: 'zonet',
@@ -908,6 +937,35 @@
                 year_in_plural: 'på flere __count__ år'
             }
         },
+        pl: {
+            translation: {
+                now: 'teraz',
+                second_ago: '__count__ s temu',
+                second_ago_plural: '__count__ s temu',
+                second_in: 'za __count__ s',
+                second_in_plural: 'za __count__ s',
+                minute_ago: '__count__ min temu',
+                minute_ago_plural: '__count__ min temu',
+                minute_in: 'za __count__ min',
+                minute_in_plural: 'za __count__ min',
+                hour_ago: '__count__ h temu',
+                hour_ago_plural: '__count__ h temu',
+                hour_in: 'za __count__ h',
+                hour_in_plural: 'za __count__ h',
+                day_ago: '__count__ dzień temu',
+                day_ago_plural: '__count__ dias atrás',
+                day_in: 'za __count__ dni',
+                day_in_plural: 'za __count__ dni',
+                month_ago: '__count__ miesiąc temu',
+                month_ago_plural: '__count__ mies. temu',
+                month_in: 'za __count__ miesiąc',
+                month_in_plural: 'za __count__ mies.',
+                year_ago: '__count__ rok temu',
+                year_ago_plural: '__count__ lata/lat temu',
+                year_in: 'za __count__ rok',
+                year_in_plural: '__count__ lata/lat'
+            }
+        },
         pt: {
             translation: {
                 now: 'neste exato momento',
diff --git a/dist/umd/aurelia-i18n.js b/dist/umd/aurelia-i18n.js
index 335eb84e..95dd51c0 100644
--- a/dist/umd/aurelia-i18n.js
+++ b/dist/umd/aurelia-i18n.js
@@ -867,6 +867,35 @@
                 year_in_plural: 'あと __count__ 年'
             }
         },
+        lt: {
+            translation: {
+                now: 'šiuo metu',
+                second_ago: 'prieš __count__ sekundę',
+                second_ago_plural: 'prieš __count__ sekundes',
+                second_in: 'po __count__ sekundės',
+                second_in_plural: 'po __count__ sekundžių',
+                minute_ago: 'prieš __count__ minutę',
+                minute_ago_plural: 'prieš __count__ minutes',
+                minute_in: 'po __count__ minutės',
+                minute_in_plural: 'po __count__ minučių',
+                hour_ago: 'prieš __count__ valandą',
+                hour_ago_plural: 'prieš __count__ valandas',
+                hour_in: 'po __count__ valandos',
+                hour_in_plural: 'po __count__ valandų',
+                day_ago: 'prieš __count__ dieną',
+                day_ago_plural: 'prieš __count__ dienas',
+                day_in: 'po __count__ dienos',
+                day_in_plural: 'po __count__ dienų',
+                month_ago: 'prieš __count__ mėnesį',
+                month_ago_plural: 'prieš __count__ mėnesius',
+                month_in: 'po __count__ mėnesio',
+                month_in_plural: 'po __count__ mėnesių',
+                year_ago: 'prieš __count__ metus',
+                year_ago_plural: 'prieš __count__ metus',
+                year_in: 'po __count__ metų',
+                year_in_plural: 'po __count__ metų'
+            }
+        },
         nl: {
             translation: {
                 now: 'zonet',
@@ -954,6 +983,35 @@
                 year_in_plural: 'på flere __count__ år'
             }
         },
+        pl: {
+            translation: {
+                now: 'teraz',
+                second_ago: '__count__ s temu',
+                second_ago_plural: '__count__ s temu',
+                second_in: 'za __count__ s',
+                second_in_plural: 'za __count__ s',
+                minute_ago: '__count__ min temu',
+                minute_ago_plural: '__count__ min temu',
+                minute_in: 'za __count__ min',
+                minute_in_plural: 'za __count__ min',
+                hour_ago: '__count__ h temu',
+                hour_ago_plural: '__count__ h temu',
+                hour_in: 'za __count__ h',
+                hour_in_plural: 'za __count__ h',
+                day_ago: '__count__ dzień temu',
+                day_ago_plural: '__count__ dias atrás',
+                day_in: 'za __count__ dni',
+                day_in_plural: 'za __count__ dni',
+                month_ago: '__count__ miesiąc temu',
+                month_ago_plural: '__count__ mies. temu',
+                month_in: 'za __count__ miesiąc',
+                month_in_plural: 'za __count__ mies.',
+                year_ago: '__count__ rok temu',
+                year_ago_plural: '__count__ lata/lat temu',
+                year_in: 'za __count__ rok',
+                year_in_plural: '__count__ lata/lat'
+            }
+        },
         pt: {
             translation: {
                 now: 'neste exato momento',
diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md
index 134a28e8..5ab0cb77 100644
--- a/doc/CHANGELOG.md
+++ b/doc/CHANGELOG.md
@@ -1,3 +1,13 @@
+<a name="3.1.0"></a>
+# [3.1.0](https://github.com/aurelia/i18n/compare/3.0.0...3.1.0) (2020-03-26)
+
+
+### Features
+
+* **rt:** translations for lt and pl ([#317](https://github.com/aurelia/i18n/issues/317)) ([4a516ff](https://github.com/aurelia/i18n/commit/4a516ff))
+
+
+
 <a name="3.0.0"></a>
 # [3.0.0](https://github.com/aurelia/i18n/compare/3.0.0-beta.7...3.0.0) (2020-02-20)
 
diff --git a/package-lock.json b/package-lock.json
index 480d35e7..d80695ff 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "aurelia-i18n",
-  "version": "3.0.0",
+  "version": "3.1.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index fe408aa2..01c49562 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "aurelia-i18n",
-  "version": "3.0.0",
+  "version": "3.1.0",
   "description": "A plugin that provides i18n support.",
   "keywords": [
     "aurelia",