@@ -161,6 +161,28 @@ <h2>Settings</h2>
161161 < li > < abbr id ="testLatinSettings20 " class ="tolatin " title ="31622400 "> </ abbr > [366 days]</ li >
162162 < li > < abbr id ="testLatinSettings21 " class ="tolatin " title ="94608000 "> </ abbr > [1095 days]</ li >
163163
164+ < li > < abbr id ="testPolishSettings1 " class ="topolish " title ="-7200 "> </ abbr > [-120 min]</ li >
165+ < li > < abbr id ="testPolishSettings2 " class ="topolish " title ="-60 "> </ abbr > [-60 sec]</ li >
166+ < li > < abbr id ="testPolishSettings3 " class ="topolish " title ="-30 "> </ abbr > [-30 sec]</ li >
167+ < li > < abbr id ="testPolishSettings4 " class ="topolish " title ="-1 "> </ abbr > [-1 sec]</ li >
168+ < li > < abbr id ="testPolishSettings5 " class ="topolish " title ="0 "> </ abbr > [0 sec]</ li >
169+ < li > < abbr id ="testPolishSettings6 " class ="topolish " title ="30 "> </ abbr > [30 sec]</ li >
170+ < li > < abbr id ="testPolishSettings7 " class ="topolish " title ="45 "> </ abbr > [45 sec]</ li >
171+ < li > < abbr id ="testPolishSettings8 " class ="topolish " title ="90 "> </ abbr > [90 sec]</ li >
172+ < li > < abbr id ="testPolishSettings9 " class ="topolish " title ="120 "> </ abbr > [120 sec]</ li >
173+ < li > < abbr id ="testPolishSettings10 " class ="topolish " title ="2700 "> </ abbr > [45 min]</ li >
174+ < li > < abbr id ="testPolishSettings11 " class ="topolish " title ="5340 "> </ abbr > [89 min]</ li >
175+ < li > < abbr id ="testPolishSettings12 " class ="topolish " title ="5400 "> </ abbr > [90 min]</ li >
176+ < li > < abbr id ="testPolishSettings13 " class ="topolish " title ="7200 "> </ abbr > [120 min]</ li >
177+ < li > < abbr id ="testPolishSettings14 " class ="topolish " title ="82800 "> </ abbr > [1380 min]</ li >
178+ < li > < abbr id ="testPolishSettings15 " class ="topolish " title ="90000 "> </ abbr > [25 hours]</ li >
179+ < li > < abbr id ="testLatinSettings16 " class ="topolish " title ="172800 "> </ abbr > [48 hours]</ li >
180+ < li > < abbr id ="testPolishSettings17 " class ="topolish " title ="2505600 "> </ abbr > [696 hours]</ li >
181+ < li > < abbr id ="testPolishSettings18 " class ="topolish " title ="2592000 "> </ abbr > [30 days]</ li >
182+ < li > < abbr id ="testPolishSettings19 " class ="topolish " title ="16416000 "> </ abbr > [190 days]</ li >
183+ < li > < abbr id ="testPolishSettings20 " class ="topolish " title ="31622400 "> </ abbr > [366 days]</ li >
184+ < li > < abbr id ="testPolishSettings21 " class ="topolish " title ="94608000 "> </ abbr > [1095 days]</ li >
185+
164186 < li > < abbr id ="testRussianSettings1 " class ="torussian " title ="-7200 "> </ abbr > [-120 min]</ li >
165187 < li > < abbr id ="testRussianSettings2 " class ="torussian " title ="-60 "> </ abbr > [-60 sec]</ li >
166188 < li > < abbr id ="testRussianSettings3 " class ="torussian " title ="-30 "> </ abbr > [-30 sec]</ li >
@@ -316,6 +338,9 @@ <h2>Disposal</h2>
316338 loadBelarusian ( ) ;
317339 $ ( "abbr.tobelarusian" ) . each ( toWords ) ;
318340
341+ loadPolish ( ) ;
342+ $ ( "abbr.topolish" ) . each ( toWords ) ;
343+
319344 module ( "Valid date" ) ;
320345
321346 test ( "Text in abbr tag should be replaced" , function ( ) {
@@ -586,11 +611,13 @@ <h2>Disposal</h2>
586611 ok ( $ ( "#testRussianSettings5" ) . html ( ) . match ( / н а з а д $ / ) , "Settings correctly applied" ) ;
587612 ok ( $ ( "#testBelarusianSettings5" ) . html ( ) . match ( / т а м у $ / ) , "Settings correctly applied" ) ;
588613 ok ( $ ( "#testMillisSettings5" ) . html ( ) . match ( / a g o / ) , "Settings correctly applied" ) ;
614+ ok ( $ ( "#testPolishSettings5" ) . html ( ) . match ( / t e m u / ) , "Settings correctly applied" ) ;
589615 } ) ;
590616
591617 test ( "prefixFromNow" , function ( ) {
592618 ok ( $ ( "#testRussianSettings2" ) . html ( ) . match ( / ^ ч е р е з / ) , "Settings correctly applied" ) ;
593619 ok ( $ ( "#testBelarusianSettings2" ) . html ( ) . match ( / ^ п р а з / ) , "Settings correctly applied" ) ;
620+ ok ( $ ( "#testPolishSettings2" ) . html ( ) . match ( / z a / ) , "Settings correctly applied" ) ;
594621 } ) ;
595622
596623 test ( "seconds" , function ( ) {
0 commit comments