Write JavaScript in your Local Language
1–10 of 29 posts
Re: Write JavaScript in your Local Language
#2Re: Write JavaScript in your Local Language
#3Re: Write JavaScript in your Local Language
#4 "extends": "erweitert",
"abstract": "abstrakt",
"volatile": "volatil",
"interface": "schnittstelle",
"protected": "geschützt",
"transient": "transient",
"implements": "implementiert",
"synchronized": "synchronisiert",Re: Write JavaScript in your Local Language
#5Re: Write JavaScript in your Local Language
#6JavaScript? Are you sure? "extends": "erweitert", "abstract": "abstrakt", "volatile": "volatil", "interface": "schnittstelle", "protected": "geschützt", "transient": "transient", "implements": "implementiert", "synchronized": "synchronisiert",
Re: Write JavaScript in your Local Language
#7Except these macros had been transferred from the Danish version of Word to the Norwegian version. A reasonable percentage of the code had been moved over in ways that made Word treat it as text, instead of tokenized BASIC, and consequently the translation wasnæt made. As a result, they had a ton of Danish keywords in the Norwegian codebase.
Yay. Now, it isn't the worst combination - the two languages are very similar. On the other hand this meant that a lot of things seemed plausible to me in Norwegian, yet still broke horribly because they had sometimes chosen different words that were both valid in either language...
Re: Write JavaScript in your Local Language
#8How does this handle reserved keywords? An acceptable variable name in English might be a reserved word in Finnish.
Re: Write JavaScript in your Local Language
#9Bad idea. It's bad for collaboration and it looks comic (especially when you need to use words like "HTTP", "POST" near with local language words). We in Russia have already good example of software written in "local language" - "1S". For developers in Russia it's reference of code smell.
Re: Write JavaScript in your Local Language
#10Something else that would be useful for him would be a simplified translation dict that only contained jquery functions. Something like http://www.jsrosettastone.com/ but for other spoken languages.
Use case would be quick reference: he sees node.append(...) somewhere but doesn't know what append means so quickly looks it up.
Edit: it's easy to find ways in which something won't work. In the spirit of the recent discussions regarding being positive on HN, let's look for ways things like this can be beneficial.