Commit 55d68eca authored by 神楽坂玲奈's avatar 神楽坂玲奈

appveyor

parent 790a33d1
...@@ -8,7 +8,7 @@ module MSETranslator ...@@ -8,7 +8,7 @@ module MSETranslator
module_function module_function
def write_set(file, set) def write_set(file, set)
file.write(sprintf(MSEConstants::MSEConfig::Head, LanguageConstants.current.mse_styleseet, LanguageConstants.current.mse_language.upcase)) file.write(sprintf(MSEConstants::MSEConfig::Head, LanguageConstants.current.mse_stylesheet, LanguageConstants.current.mse_language.upcase))
for card in set for card in set
self.write_card(file, card) self.write_card(file, card)
end end
......
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