feat(locale): add lib.getLocale for sharing locales between resources

This commit is contained in:
Linden
2023-12-09 19:28:01 +11:00
parent 048edfa86f
commit 80a2a7c39d
3 changed files with 31 additions and 1 deletions

View File

@@ -50,3 +50,5 @@ if not LoadResourceFile(lib.name, 'web/build/index.html') then
end
function lib.hasLoaded() return true end
lib.locale()

View File

@@ -1 +0,0 @@
lib.locale()