refactor(locale): default locale

This commit is contained in:
Linden
2022-05-06 16:00:40 +10:00
parent 5f80c55c31
commit f6b2df0e75
2 changed files with 7 additions and 6 deletions

View File

@@ -6,5 +6,5 @@ RegisterCommand('serverlocale', function(_, args, _)
end, true)
function lib.getServerLocale()
return GetResourceKvpString('locale') or 'en-US'
return GetResourceKvpString('locale') or 'en'
end