Module:Korean and Module:Korean/sandbox: Difference between pages
Appearance
(Difference between pages)
Content deleted Content added
Grapesurgeon (talk | contribs) updating code |
Grapesurgeon (talk | contribs) fixing buggy error |
||
Line 32: | Line 32: | ||
local lang_module = require('Module:Lang') -- for wrapping non-English text |
local lang_module = require('Module:Lang') -- for wrapping non-English text |
||
local utils_module = require('Module:Ko-utils') -- for a function to check hangul |
local utils_module = require('Module:Ko-utils') -- for a function to check hangul |
||
local translit = require('Module:Ko-translit') -- for automatic romanization |
local translit = require('Module:Ko-translit/sandbox') -- for automatic romanization |
||
local ipa_module = require('Module:IPA') -- for IPA (duh) |
local ipa_module = require('Module:IPA') -- for IPA (duh) |
||
local template = 'Korean' |
local template = 'Korean' |