Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4122959
hu.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
443 B
Referenced Files
None
Subscribers
None
hu.js
View Options
/*!
* Hungarian language functions
* @author Santhosh Thottingal
*/
mw
.
language
.
convertGrammar
=
function
(
word
,
form
)
{
const
grammarForms
=
mw
.
language
.
getData
(
'hu'
,
'grammarForms'
);
if
(
grammarForms
&&
grammarForms
[
form
]
)
{
return
grammarForms
[
form
][
word
];
}
switch
(
form
)
{
case
'rol'
:
word
+=
'ról'
;
break
;
case
'ba'
:
word
+=
'ba'
;
break
;
case
'k'
:
word
+=
'k'
;
break
;
}
return
word
;
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 19, 05:50 (11 h, 28 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
18/8f/4048193dc200c831a5a28b21a373
Default Alt Text
hu.js (443 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment