summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-03-02 06:58:11 -0500
committerAdam <Adam@anope.org>2013-03-03 00:55:11 -0500
commitae071cef7510ea7b6a46edfab605be69169f2aae (patch)
treee5fede7251e24a506633f3e9c5e5e6992ac5ad4f /docs
parent57b31d43eb0cac6a09ff34c21c86a1b45814a0ac (diff)
Update language instructions in README to use git instead of svn. Add
japanese language file to Windows makefile and installer.
Diffstat (limited to 'docs')
-rw-r--r--docs/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/README b/docs/README
index fa780a926..946865508 100644
--- a/docs/README
+++ b/docs/README
@@ -366,13 +366,13 @@ Table of Contents
6) Adding Your Translation Into The Source
- First, get the latest svn version of Anope. This can be done by doing
- 'svn co http://anope.svn.sourceforge.net/svnroot/anope/stable ./anope-stable`
+ First, get the latest version of Anope. This can be done by doing
+ 'git clone git://github.com/anope/anope anope-stable'
- Second, Place your language file in lang/, and type 'svn add file.l`. Where file is
+ Second, Place your language file in lang/, and type 'git add file.l`. Where file is
your language file.
- Next, edit lang/Makefile and add your file into both the LANGOBJS variable and
+ Next, edit lang/Makefile(.win32) and add your file into both the LANGOBJS variable and
the LANGSRCS variable (alphabetically please). Then, go down and add an entry for
it similar the others, eg:
en_us: en_us.l langcomp index
@@ -398,7 +398,7 @@ Table of Contents
load_lang(LANG_PL, "pl");
load_lang(LANG_BLAH, "blah");
- Now use 'svn diff > language.diff` to get the changes you made, and if it looks good (test it)
+ Now use 'git diff HEAD > language.diff` to get the changes you made, and if it looks good (test it)
email it to team@anope.org!
Please be aware we will only include a new language if there is sufficient demand for it.