mirror of
https://github.com/Mista-Tea/improved-weight.git
synced 2025-03-04 03:12:58 -05:00
Fixing an oversight error
This commit is contained in:
parent
5daf13b487
commit
7a40265461
@ -554,7 +554,8 @@ function TOOL.BuildCPanel( cpanel )
|
||||
local languageOptions = {}
|
||||
|
||||
for code, tbl in pairs( localify.GetLocalizations() ) do
|
||||
if ( table.Count( tbl ) == 0 ) then continue end
|
||||
if ( not L(prefix.."language_"..code, code) ) then continue end
|
||||
|
||||
languageOptions[ L(prefix.."language_"..code, code) ] = { localify_language = code }
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user