[ruby-core:77140] [Ruby trunk Misc#12722] Localizing Ruby
From:
nobu@...
Date:
2016-09-04 01:36:47 UTC
List:
ruby-core #77140
Issue #12722 has been updated by Nobuyoshi Nakada. To change "reserved words", you have to modify (or add) `defs/keywords` file and rebuild. And if your words contain non-US-ASCII characters, you have to remove `mb == ENC_CODERANGE_7BIT` condition from `parse_ident()` in `parse.y` too. ---------------------------------------- Misc #12722: Localizing Ruby https://bugs.ruby-lang.org/issues/12722#change-60356 * Author: Filippos Vasilakis * Status: Open * Priority: Normal * Assignee: ---------------------------------------- I would like to teach Ruby in kids. However, the kids I am aiming for don't speak English and their age is below 10. Is there a way I can localize Ruby reserved words and errors? in theory it shouldn't be that difficult, in practice I don't know how much work it is. Thank you. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>