Changes

From Gramps

Translation environment4

524 bytes removed, 18:11, 7 November 2013
svn to git
You can also translated the man pages into your own language.
For the development version (trunkmaster branch) version you can find the required starting files under the directory /data/man.
You need at least [http://docutils.sourceforge.net/ docutils package].
</code>
where xx is your languagecode (fr for French, sv for Swedish, etc.) You should use SVNGit. See [[Brief_introduction_to_SVNBrief_introduction_to_Git| the introduction to SVNGit]]. Then do <code> svn add xx svn commit -m "xx dir for man pages" xx</code>This will add the xx dir under svn revision control and upload the new dir.
Next step is to copy the en.rst from data/man to your new directory and rename it to your langage code.
</code>
Because you added new files, SVN requires that you set All changes must be committed and pushed to the correct propset for those files. Two things are to be done.<code> svn propset svnserver:mime-type text/plain xx/gramps.1 xx/xx.rst svn propset svn:eol git commit -type native am "Add man page for xx/gramps.1 xx/xx.rst</code> You could also in the config file of subversion ( HOMEDIR/.subversion/config) enable the auto-prop feature (enable-auto-props = yes) and uncomment the relevant lines in the [auto-props] section."All changes must be committed. git push
To see the result of your work, do:<code>

Navigation menu