Loc fix (#1229)
* fun
* Revert "fun"
This reverts commit 419b4e9e8f.
* fix
This commit is contained in:
@@ -554,7 +554,7 @@ ent-CP14ActionSpellIceDagger = Ледяной кинжал
|
||||
|
||||
ent-CP14SpellScrollIceDagger = свиток заклинания ледяного кинжала
|
||||
.desc = { ent-CP14BaseSpellScrollWater.desc }
|
||||
|
||||
|
||||
ent-CP14ActionSpellIceShards = Ледяные осколки
|
||||
.desc = Быстрые ледяные иглы для быстрой стрельбы по мишеням.
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ def read_ftl(path: str) -> dict:
|
||||
logger.debug("%s: %s", LogText.READING_DATA_FROM_FILE, path)
|
||||
with open(path, encoding="utf-8") as file:
|
||||
for line in file.readlines():
|
||||
if line.startswith("#") or line.startswith("\n"):
|
||||
if line.startswith("#") or line.startswith("\n") or line.startswith(" \n"):
|
||||
continue
|
||||
|
||||
if not line.startswith(" "):
|
||||
|
||||
Reference in New Issue
Block a user