continue translate

This commit is contained in:
cuu
2018-12-02 14:12:13 +08:00
parent 0d7a527e97
commit 73bcdb6d44
27 changed files with 198 additions and 105 deletions

View File

@@ -6,14 +6,13 @@ import pygame
from UI.constants import RUNSYS
from UI.keys_def import CurKeys
from UI.confirm_page import ConfirmPage
from UI.lang_manager import MyLangManager
import config
class PowerOffConfirmPage(ConfirmPage):
_ConfirmText = "Confirm Power OFF?"
_ConfirmText = MyLangManager.Tr("Confirm Power OFF?")
def CheckBattery(self):
try:
f = open(config.Battery)