Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 412 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 412 Bytes

os-locale-lune

Install

git submodule add submodule/os-locale-lune

example

--!strict
local osLocale = require'path'
print(osLocale())
--// ko-KR

Parameters

local osLocale = require'path'
type inverted = osLocale.inverted

--// spawn (boolean)
osLocale(spawn: boolean?): inverted

note by os-locale