Module:languages/cache: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 January 2025

  • curprev 14:3014:30, 25 January 2025Sware talk contribs 312 bytes +312 Created page with "local getByCode = require("Module:languages").getByCode local langs = {} -- Auto-create language objects: langs.en -> language object for English. setmetatable(langs, { __index = function(self, key) local lang = getByCode(key, nil, true, true) or false self[key] = lang return lang end }) return langs"