Toggle menu
75
70
195.7K
394K
Call of Duty: Black Ops 6 (Zombies) Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:I18n: Revision history

From Call of Duty: Black Ops 6 (Zombies) Wiki

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.

22 November 2024

27 September 2024

  • curprev 11:4611:46, 27 September 2024aomretoldpgg>Adam 4,013 bytes +4,013 Created page with "require( 'strict' ) local i18n = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType --- Cache table containing i18n data --- e.g. cache['en']['SMW'] will get you the SMW table in English local cache = {} --- Cache language codes for reuse local languages = {} --- Retrieve dataset namespace from key prefix --- --- @param key string The translation key -..."