From 55440d31f2abae90f2c502f921e68cc54467f6d0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 30 Aug 2024 23:31:55 -0300 Subject: Split domain/Tonori into domain/Tulimshar, domain/Halinarzo and domain/Canyon --- ledit/ledit.py | 2 +- ledit/posplit.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ledit') diff --git a/ledit/ledit.py b/ledit/ledit.py index c44b850..d311597 100755 --- a/ledit/ledit.py +++ b/ledit/ledit.py @@ -81,7 +81,7 @@ print("Current progress: "+str(po.percent_translated())+"%") scope_list=[("Nard Ship", "npc/002-", "npc/000-"), ("Candor", "npc/005-", "npc/006-2"), ("Databases", "db/", "npc/functions", "npc/items", "npc/config", "npc/craft", "npc/016-"), - ("Tonori", "npc/003-", "npc/007-"), + ("Tulimshar", "npc/003-", "npc/007-"), ("Hurnscald", "npc/012-", "npc/013-", "npc/014-", "npc/015-"), ("Halinarzo", "npc/009-", "npc/011-"), ("Canyon", "npc/004-", "npc/010-"), diff --git a/ledit/posplit.py b/ledit/posplit.py index 529334d..c0171b0 100755 --- a/ledit/posplit.py +++ b/ledit/posplit.py @@ -22,7 +22,7 @@ po=polib.pofile(fn) cnt=0 print("Current string count: %d" % len(po)) -domains=("Nard", "Candor", "Databases", "Tonori", "Hurnscald", "Halinarzo", "Canyon", "LoF", "Academy", "Kaizei", "Frostia", "Events", "Fortress", "Special", "Kamelot", "System", "Other", "Error") +domains=("Nard", "Candor", "Databases", "Tulimshar", "Hurnscald", "Halinarzo", "Canyon", "LoF", "Academy", "Kaizei", "Frostia", "Events", "Fortress", "Special", "Kamelot", "System", "Other", "Error") deeds={} for d in domains: -- cgit v1.2.3-70-g09d2