Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4113754
bs.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
415 B
Referenced Files
None
Subscribers
None
bs.js
View Options
/**
* Bosnian (bosanski) language functions
*/
(
function
(
$
)
{
'use strict'
;
$
.
i18n
.
languages
.
bs
=
$
.
extend
(
{},
$
.
i18n
.
languages
[
'default'
],
{
convertGrammar
:
function
(
word
,
form
)
{
switch
(
form
)
{
case
'instrumental'
:
// instrumental
word
=
's '
+
word
;
break
;
case
'lokativ'
:
// locative
word
=
'o '
+
word
;
break
;
}
return
word
;
}
}
);
}(
jQuery
)
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 23:36 (5 h, 25 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7f/f3/27c8d1cd91e29f3927f10fccce38
Default Alt Text
bs.js (415 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment