diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-08-30 17:47:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-08-30 17:47:11 -0300 |
commit | 17bd9fd9c586d7c9cd2009934b015b59b8c273ae (patch) | |
tree | 1fe8fd5ec460a3bc689f1624356d87072b132c50 /ledit | |
parent | 68e68615f9ddbf444cef50182f65386b1d816f30 (diff) | |
download | tools-17bd9fd9c586d7c9cd2009934b015b59b8c273ae.tar.gz tools-17bd9fd9c586d7c9cd2009934b015b59b8c273ae.tar.bz2 tools-17bd9fd9c586d7c9cd2009934b015b59b8c273ae.tar.xz tools-17bd9fd9c586d7c9cd2009934b015b59b8c273ae.zip |
Split domain/Tonori into Tonori, Halinarzo and Canyon
Diffstat (limited to 'ledit')
-rwxr-xr-x | ledit/posplit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ledit/posplit.py b/ledit/posplit.py index 71a9505..5020377 100755 --- a/ledit/posplit.py +++ b/ledit/posplit.py @@ -19,7 +19,7 @@ po=polib.pofile(fn) cnt=0 print("Current string count: %d" % len(po)) -domains=("Nard", "Candor", "Databases", "Tonori", "Hurnscald", "LoF", "Academy", "Kaizei", "Frostia", "Events", "Fortress", "Special", "Kamelot", "System", "Other", "Error") +domains=("Nard", "Candor", "Databases", "Tonori", "Hurnscald", "Halinarzo", "Canyon", "LoF", "Academy", "Kaizei", "Frostia", "Events", "Fortress", "Special", "Kamelot", "System", "Other", "Error") deeds={} for d in domains: |