StepfenShawn / Cantonese

粤语編程語言.The Cantonese programming language.
https://cantonese-community.github.io/
MIT License
1.15k stars 46 forks source link

报错信息粤语化 #14

Open nobodxbodon opened 3 years ago

nobodxbodon commented 3 years ago

看到报错信息主要仍是原本的英文:濑嘢: NameError("name 'A1' is not defined")!

不知是否打算改为粤语风格?以下项目有类似功能供参考:

StepfenShawn commented 3 years ago

好,这就准备更新

Benbinbin commented 3 years ago

好鬼劲,俾个 like 俾作者

nobodxbodon commented 3 years ago

@StepfenShawn 不知 这个 pr 是否适用于此?我可以试着提交一个类似的(比如就处理一个 NameError,为演示之用),然后你将信息、标识符等改为粤语?

StepfenShawn commented 3 years ago

@nobodxbodon 可以👍👍,欢迎提交PR

nobodxbodon commented 3 years ago

下一批三个报错信息,是像之前那样我先提pr你再改为粤语吗?

例程 原英文报错 中文
畀我睇下 |1/0| 点样先? ZeroDivisionError:division by zero 请勿除以零
死递归 RecursionError:maximum recursion depth exceeded 递归过深。请确认: 1、的确需要递归 2、递归的收敛正确
不识本地变量 UnboundLocalError:local variable 'A' referenced before assignment 请先对本地变量‘A’赋值再引用
donaldxdonald commented 2 years ago

应该系 67 啦: NameError("name 'A1' is not defined")!