Commit 4589c901 authored by Nemo Ma's avatar Nemo Ma

WIP added language selection to rush template

Added OCG-English, Chinese and Japanese.
Still WIP
parent 371d585b
No preview for this file type
This diff is collapsed.
......@@ -2,7 +2,7 @@
is_tw := { styling.language == "chinese traditional" }
is_cn := { styling.language == "chinese simplified" }
is_en := { styling.language == "english" }
is_jp := { styling.language == "japanese" }
is_jp := { styling.language == "japanese" or styling.language == "OCG style english"}
#Let's place this =true in every template that has pendulum frame together with the card frame.
is_legacy_pendulum := {false}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment