Index: trunk/phase3/languages/messages/MessagesEt.php |
— | — | @@ -53,7 +53,7 @@ |
54 | 54 | ); |
55 | 55 | |
56 | 56 | $separatorTransformTable = array(',' => "\xc2\xa0", '.' => ',' ); |
57 | | -$linkTrail = "/^([a-z]+)(.*)\$/sD"; |
| 57 | +$linkTrail = '/^([äöõšüža-z]+)(.*)$/sDu'; |
58 | 58 | |
59 | 59 | $datePreferences = array( |
60 | 60 | 'default', |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -148,6 +148,7 @@ |
149 | 149 | |
150 | 150 | * (bug 18474) Sorani (ckb - Central Kurdish) (renamed from ku-arab) |
151 | 151 | * Add PLURAL function for Scots Gaelic (gd) |
| 152 | +* Add Estonian letters äöõšüž to linktrail (et) |
152 | 153 | |
153 | 154 | == Compatibility == |
154 | 155 | |