Jump to content

Module:Amir module 01

From Translate
Revision as of 21:21, 17 September 2024 by AmirA (talk | contribs)

Documentation for this module may be created at Module:Amir module 01/doc

require('strict')

local p = {}

function p.one(frame)
    local bundle = mw.ext.translate.messageBundle.new( "Amir Bundle 01" )

    return bundle:t( "bundle-01-one" )
end

return p