Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4113752
sl.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
426 B
Referenced Files
None
Subscribers
None
sl.js
View Options
/**
* Slovenian (Slovenščina) language functions
*/
(
function
(
$
)
{
'use strict'
;
$
.
i18n
.
languages
.
sl
=
$
.
extend
(
{},
$
.
i18n
.
languages
[
'default'
],
{
convertGrammar
:
function
(
word
,
form
)
{
switch
(
form
)
{
// locative
case
'mestnik'
:
word
=
'o '
+
word
;
break
;
// instrumental
case
'orodnik'
:
word
=
'z '
+
word
;
break
;
}
return
word
;
}
}
);
}(
jQuery
)
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 23:36 (5 h, 24 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5c/05/73eeddb7adb436838692a6b95c17
Default Alt Text
sl.js (426 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment