Subversion/client: Difference between revisions
m fixes links |
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight" |
||
| Line 11: | Line 11: | ||
Each subversion client (such as tortoisesvn or kdesvn) is a separate project and so the availability of translated interfaces, and translated support information is dependent on that particular project. The command-line svn client is available in many languages as it the subversion book. | Each subversion client (such as tortoisesvn or kdesvn) is a separate project and so the availability of translated interfaces, and translated support information is dependent on that particular project. The command-line svn client is available in many languages as it the subversion book. | ||
< | <syntaxhighlight lang="bash"> | ||
locate subversion.mo | locate subversion.mo | ||
</ | </syntaxhighlight> will tell you what translations for the svn client are installed on a linux host. | ||
As you can see at http://tortoisesvn.net/translation_release_gui , TortoiseSVN is available in roughly 28 different languages, making it a good choice for non-English contributors. The documentation is similarly translated into many languages. | As you can see at http://tortoisesvn.net/translation_release_gui , TortoiseSVN is available in roughly 28 different languages, making it a good choice for non-English contributors. The documentation is similarly translated into many languages. | ||