pidgin/nest

cd4a05f44d0a
Revamp internationalization section

- Adapt the contents of the tips for i18n page into the main
internationalization one.
- Change reference from tipsfortranslators to the internationalization page in
the about->supported languages page.

Testing Done:
Ran `dev-server.sh` and verified content looks as intended.

Bugs closed: NEST-33

Reviewed at https://reviews.imfreedom.org/r/807/
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
},
{
"files": "package.json",
"options": {
"tabWidth": 2,
"useTabs": false
}
},
{
"files": "*.yaml",
"options": {
"tabWidth": 2
}
}
]
}