Y
Hacker News
new
|
ask
|
show
|
jobs
by
1718627440
99 days ago
Do you write the code itself in a language other than English? Localizations typically are in different files.
1 comments
amake
99 days ago
I do see a handful of people using non-ASCII identifiers in their code, but that's rare. Much more common is explanatory comments, docstrings, etc. in the local language. To require those to be ASCII would be a non-starter.
link