blob: 7d8ef0f71e00c67540c9187e15639992def35a07 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
/** Buginese (Buginese script)
*
* @file
* @ingroup Languages
*
* @author ToluAyo
*/
$fallback = 'id';
$linkTrail = '/^([a-z\x{1A00}-\x{1A1F}]+)(.*)$/sDu';
|