diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-08-30 23:31:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-08-30 23:31:55 -0300 |
commit | 55440d31f2abae90f2c502f921e68cc54467f6d0 (patch) | |
tree | d2967fdc5f8366baec92a3e728abbd3c4d026a14 /ledit | |
parent | 98cc96cfba96e12ac0c7e18e9d03e3c175d6262e (diff) | |
download | tools-55440d31f2abae90f2c502f921e68cc54467f6d0.tar.gz tools-55440d31f2abae90f2c502f921e68cc54467f6d0.tar.bz2 tools-55440d31f2abae90f2c502f921e68cc54467f6d0.tar.xz tools-55440d31f2abae90f2c502f921e68cc54467f6d0.zip |
Split domain/Tonori into domain/Tulimshar, domain/Halinarzo and domain/Canyon
Diffstat (limited to 'ledit')
-rwxr-xr-x | ledit/ledit.py | 2 | ||||
-rwxr-xr-x | ledit/posplit.py | 2 |
2 files changed, 2 insertions, 2 deletions
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: |