2022-01-20
- Greetings: ScrapboxAutoTrans Development Diary 2022-01-20.
- Merge /intellitech-en into this project
-
- Unexpected things collideā¦
- In the meantime, Iāll change the title of the Japanese one to think about what to do after importing.
- prefix:
(collision)
add_icon_on_all_pages.py
import json
IN_FILE = "intellitech-en.json"
OUT_FILE = "intellitech-en-out.json"
ICON = "[en.icon]"
data = json.load(open(IN_FILE))
for p in data["pages"]:
p["lines"].append({"text": ICON})
json.dump(data, open(OUT_FILE, "w"))
Itās done.
Resolving Collision Pages
- Most pages are predominantly in English
- I wasnāt sure what to do with just the George Edward Pelham Box.
- There is a link to the Japanese page.
- Decided to keep both.
This page is auto-translated from /nishio/intellitech-enć®ćć¼ćø using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. Iām very happy to spread my thought to non-Japanese readers.