Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4112199
bs.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
435 B
Referenced Files
None
Subscribers
None
bs.js
View Options
/*!
* Bosnian (bosanski) language functions
*/
mw
.
language
.
convertGrammar
=
function
(
word
,
form
)
{
const
grammarForms
=
mw
.
language
.
getData
(
'bs'
,
'grammarForms'
);
if
(
grammarForms
&&
grammarForms
[
form
]
)
{
return
grammarForms
[
form
][
word
];
}
switch
(
form
)
{
case
'instrumental'
:
// instrumental
word
=
's '
+
word
;
break
;
case
'lokativ'
:
// locative
word
=
'o '
+
word
;
break
;
}
return
word
;
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 22:44 (14 h, 20 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a2/af/91bc2e9b440a468ddaa2d28f29e0
Default Alt Text
bs.js (435 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment