wordplaydev / wordplay

An accessible, language-inclusive programming language and IDE for creating interactive typography on the web.
Other
60 stars 22 forks source link

Korean locale #453

Closed anhourandaquarter closed 4 months ago

anhourandaquarter commented 5 months ago

Updating the Korean-locale branch so that we can continue work on it.

anhourandaquarter commented 4 months ago

I deleted the www.wordplays.com file, but I'm not sure how to remove the submodule. Can I follow the steps at this link?

https://stackoverflow.com/questions/1260748/how-do-i-remove-a-submodule/36593218#36593218

amyjko commented 4 months ago

I haven't used submodules, so I'm not 100% certain, but the most recent and relevant answer in that SO post seems to be this one:

git rm -r the_submodule
rm -rf .git/modules/the_submodule

That would recursively remove the wordplay repo you cloned inside the wordplay repo, and the record of it in the Git folder.

anhourandaquarter commented 4 months ago

OK, I followed the instructions there and removed the submodule! It should just be the json now. : )