lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.38k stars 184 forks source link

Support Korean language #718

Closed marocchino closed 1 year ago

alerque commented 1 year ago

Happy to include this, but we'll also need support added to say to make it complete. Can you send a PR there too?

alerque commented 1 year ago

https://github.com/lunarmodules/say

marocchino commented 1 year ago

Hey @alerque , Thank you for your quick response. I skimmed through say's code, but couldn't figure out which parts needed fixing. Is there a PR or file I can refer to?

alerque commented 1 year ago

My bad, so much for my memory. It wasn't say that has strings we use, it is luassert. Here is the directory that has translations: https://github.com/lunarmodules/luassert/tree/master/src/languages.

Many/most of those strings can get output by Busted.

marocchino commented 1 year ago

https://github.com/lunarmodules/luassert/pull/191