Index: trunk/phase3/languages/messages/MessagesTk.php |
— | — | @@ -11,6 +11,8 @@ |
12 | 12 | * @author Hanberke |
13 | 13 | * @author Runningfridgesrule |
14 | 14 | */ |
| 15 | + |
| 16 | +$linkTrail = '/^([a-zÄäÇçĞğŇňÖöŞşÜüÝýŽž]+)(.*)$/sDu'; |
15 | 17 | |
16 | 18 | $messages = array( |
17 | 19 | # User preference toggles |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -296,6 +296,7 @@ |
297 | 297 | * (bug 19080) Added ăâîşţșțĂÂÎŞŢȘȚ to Romanion (ro) linktrail |
298 | 298 | * (bug 19286) Correct commafying function in Polish (pl) |
299 | 299 | * (bug 19441) Updated date formatting for Lithuanian |
| 300 | +* (bug 19630) Added ÄäÇçĞğŇňÖöŞşÜüÝýŽž to Turkmen (tk) linktrail |
300 | 301 | |
301 | 302 | == Compatibility == |
302 | 303 | |