diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc21027..3589d15 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,6 +28,7 @@ changes. - Eventually add a description to the section. - Section title must be linked to from the [table of contents](README.md#contents). + - Sections must be alphabetically sorted. - Search past and current issues and pull-requests for previous suggestions before making a new one, as yours may be a duplicate or a work in progress. diff --git a/README.md b/README.md index 8c80c90..af5888e 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ A curated list of awesome falsehoods programmers believe in. - [Emails](#emails) - [Geography](#geography) - [Human Identity](#human-identity) +- [Internationalization](#internationalization) - [Multimedia](#multimedia) - [Networks](#networks) - [Phone Numbers](#phone-numbers) - [Postal Addresses](#postal-addresses) - [Science](#science) - [Society](#society) -- [Internationalization](#internationalization) - [Software Engineering](#software-engineering) - [Typography](#typography) - [Contributing](#contributing) @@ -178,6 +178,19 @@ A flexible data model for representing human names. Localized representations of the components of a person’s name. +## Internationalization + +- [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. +- [i18n Testing Data](https://github.com/patch/i18n-testing) - Real-word +international and diverse name data for unit testing and QA. +- [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. + + ## Multimedia - [Falsehoods About @@ -245,19 +258,6 @@ Tech](https://gist.github.com/Su-Shee/5d1a417fa9de19c15477) - Myth about women in STEM (Science, Technology, Engineering, Math) industries. -## Internationalization - -- [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. -- [i18n Testing Data](https://github.com/patch/i18n-testing) - Real-word -international and diverse name data for unit testing and QA. -- [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. - - ## Software Engineering - [Falsehoods About