diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-15 23:29:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-15 23:29:17 +0100 |
| commit | ce477f002d52a6f52aeb7cc95f82ac7dd03328fb (patch) | |
| tree | adaa84d3bbf29fede82f6f1a01b47cadc54c34ed | |
| parent | 0ea5770b820c31852e6beb52bd0463c8d28257e6 (diff) | |
Tweak markdown in DEVELOP.md
| -rw-r--r-- | DEVELOP.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/DEVELOP.md b/DEVELOP.md index dc66a3bfd..130c28193 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -53,8 +53,8 @@ to load a script file called `stress` and start executing it. ## Adding a new language -- Edit src/wx/config_dialog.cc to add the language to languages. -- Add to platform/windows/wscript, platform/osx/make_dmg.sh, cscript. -- Add credit to src/wx/about_dialog.cc and database. -- Add to i18n.php on website and update-i18n-stats script. +- Edit `src/wx/config_dialog.cc` to add the language to languages. +- Add to `platform/windows/wscript`, `platform/osx/make_dmg.sh`, `cscript`. +- Add credit to `src/wx/about_dialog.cc` and database. +- Add to `i18n.php` on website and `update-i18n-stats` script. |
