Skip to content

Commit 690a070

Browse files
committed
Add falsehoods about Language
Closes #215
1 parent 5dc57f6 commit 690a070

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ The *falsehood* articles listed below will have a comprehensive list of those fa
154154
On character encoding, string formatting, unicode and internationalization.
155155

156156
- [Falsehoods about Language](http://garbled.benhamill.com/2017/04/18/falsehoods-programmers-believe-about-language) - Translating a software from English is not as straightforward as it seems to be.
157+
- [Falsehoods about Language](https://www.lexiconista.com/falsehoods-about-languages/) - Additional cases to complement the previous article.
157158
- [Falsehoods about Plain Text](https://jeremyhussell.blogspot.com/2017/11/falsehoods-programmers-believe-about.html#main) - Plain text can't cut it, which makes Unicode even more incredible for its ability to just work well.
158159
- [Falsehoods about text](https://wiesmann.codiferes.net/wordpress/archives/30296) - A subset of the falsehoods from above, illustrated with some examples.
159160
- [Internationalis(z)ing Code](https://www.youtube.com/watch?v=0j74jcxSunY) - A video about things you need to keep in mind when internationalizing your code.

readme.zh.md

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
关于字符编码,字符串格式,Unicode 和国际化.
155155

156156
- [语言谬误](http://garbled.benhamill.com/2017/04/18/falsehoods-programmers-believe-about-language) - 把软件从英文翻译成其他语言并不像看起来那么简单.
157+
- [语言谬误](https://www.lexiconista.com/falsehoods-about-languages/) - 补充上一篇文章的其他情况。
157158
- [纯文本谬误](https://jeremyhussell.blogspot.com/2017/11/falsehoods-programmers-believe-about.html#main) - 纯文本难以满足需求,而 Unicode 的强大在于其能够良好运作,显得尤为出色.
158159
- [文本谬误](https://wiesmann.codiferes.net/wordpress/archives/30296) -以上谬误中的一部分,并附带一些示例说明.
159160
- [代码国际化](https://www.youtube.com/watch?v=0j74jcxSunY) - 关于在代码国际化时需要注意的事项的视频.

0 commit comments

Comments
 (0)