Main public logs
Combined display of all available logs of Translate. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:12, 4 September 2024 Admin talk contribs created page Module:TestLuaIntegration (Created page with "local p = {}; -- Load the Translate lua library local TMB = require 'mw.ext.translate.messageBundle' function p.testDefaultLanguage () local mb = mw.ext.translate.messageBundle.new( "MessageBundleDemoForever" ) return mb:t( "template-description" ) end function p.testLanguage () local mb = TMB.new( "MessageBundleDemoForever", "es" ) -- Should fetch Spanish translations, if available, else English return mb:t( "description" ) end function p.testWithoutFallba...")