17 lines
362 B
Lua
17 lines
362 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return zhTW locale
|
|
---@return deDE
|
|
---@return enGB
|
|
---@return enUS
|
|
---@return esES
|
|
---@return esMX
|
|
---@return frFR
|
|
---@return koKR
|
|
---@return ruRU
|
|
---@return zhCN
|
|
---@return zhTW
|
|
---Returns a code indicating the localization currently in use by the client
|
|
function GetLocale() end
|