MediaWiki:Gadget-langcode2name.js

Hello, you have come here looking for the meaning of the word MediaWiki:Gadget-langcode2name.js. In DICTIOUS you will not only get to know all the dictionary meanings for the word MediaWiki:Gadget-langcode2name.js, but we will also tell you about its etymology, its characteristics and you will know how to say MediaWiki:Gadget-langcode2name.js in singular and plural. Everything you need to know about the word MediaWiki:Gadget-langcode2name.js you have here. The definition of the word MediaWiki:Gadget-langcode2name.js will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofMediaWiki:Gadget-langcode2name.js, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
// {{deprecated}}
/* <source lang="javascript"> */

(function ()
{
var triplets = [
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,

];

var code2nametable = new Object();
var code2FLnametable = new Object();
var name2codetable = new Object();
var FLname2codetable = new Object();

for(var i = 0; i < triplets.length; ++i)
{
 code2nametable] = triplets;
 code2FLnametable] = triplets;
 name2codetable] = triplets;
 FLname2codetable] = triplets;
}

langcode2name = function(code) { return code2nametable; };
langcode2FLname = function(code) { return code2FLnametable; };
langname2code = function(name) { return name2codetable; };
FLname2code = function(FLname) { return FLname2codetable; };
})();

if( document.callbacks_langcode ){
  for(var callback in document.callbacks_langcode){
    document.callbacks_langcode();
  }
}
/* </source> */