fix: framerate setting values not translated
This commit is contained in:
parent
63d0c8b01a
commit
a2f79e979e
@ -1,9 +1,9 @@
|
||||
local tostring_overrides = {}
|
||||
tostring_overrides["display.framerate"] = function(x)
|
||||
if x == -1 then
|
||||
return "V-Sync"
|
||||
return gui.str("V-Sync")
|
||||
elseif x == 0 then
|
||||
return "Unlimited"
|
||||
return gui.str("Unlimited")
|
||||
else
|
||||
return tostring(x)
|
||||
end
|
||||
|
||||
@ -11,6 +11,7 @@ Creator=Автор
|
||||
Dependencies=Зависимости
|
||||
Description=Описание
|
||||
Converting world...=Выполняется конвертация мира...
|
||||
Unlimited=Неограниченно
|
||||
|
||||
error.pack-not-found=Не удалось найти пакет
|
||||
error.dependency-not-found=Используемая зависимость не найдена
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user