diff options
author | Andy <andy@teamrubber.com> | 2019-01-11 12:41:12 +0000 |
---|---|---|
committer | Ingo von Borstel <github@planetmaker.de> | 2019-01-11 13:41:12 +0100 |
commit | f99f993e99b662fe3621013d3468c3d75a12ecac (patch) | |
tree | 0861750d2f7d593aece5b55d50b4cdd3728d9ede /docs | |
parent | c693463c29f98f763cc4dd6346527262b34ff6ea (diff) | |
download | openttd-f99f993e99b662fe3621013d3468c3d75a12ecac.tar.xz |
Doc: replace 4 references to SVN with Git #6698 (#7036)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HOWTO_compile_lang_files.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/HOWTO_compile_lang_files.txt b/docs/HOWTO_compile_lang_files.txt index c56f97a62..547854e50 100644 --- a/docs/HOWTO_compile_lang_files.txt +++ b/docs/HOWTO_compile_lang_files.txt @@ -29,7 +29,7 @@ english.txt to work. Below are some examples of strgen usage. 1.1) Examples ---- -------- Example 1: -if you are in the root of your working copy (svn code), you should type +if you are in the root of your working copy (git repository), you should type strgen/strgen -s lang lang/english.txt to compile englist.txt into english.lng. It will be placed in the lang dir @@ -50,7 +50,7 @@ You can interchange english.txt to whichever language you want to generate a 1.2) strgen command switches ---- ----------------------- -v | --version -strgen will tell what svn revision it was last modified +strgen will tell what git revision it was last modified -t | --todo strgen will add <TODO> to any untranslated/missing strings and use the english |