repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* (bug 5432) Fix inconsistencies in cookie names when using table prefixes
[mediawiki.git]
/
languages
/
LanguageArc.php
blob
3b61cee242d412f323f6f8f5af4ab31a93bde5bb
1
<
?php
2
/** Aramaic language file ( ܕܥܒܪܸܝܛ )
3
*
4
* @package MediaWiki
5
* @subpackage Language
6
*/
7
8
require_once
(
'LanguageUtf8.php'
);
9
10
class
LanguageArc
extends
LanguageUtf8
{
11
#FIXME: inherit almost everything for now
12
13
function
isRTL
() {
14
return true
;
15
}
16
}
17
18
?
>