summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEVELOP.md8
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.