From Fedora Project Wiki
m (1 revision(s))
(Added this page to the Packages category)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= system-config-language =
'''system-config-language''' is a graphical user interface that allows the user to change the default language of the system.


== What is system-config-language? ==
== Download ==


system-config-language is a graphical user interface that allows the user to change the default language of the system.
The current source is can be downloaded using SVN by using the following command:


== Download ==
<pre>
svn co http://svn.fedorahosted.org/svn/system-config-language
</pre>


=== Grab the latest source from CVS ===
Those who have commit access will need to use ssh:
 
You can get the current source using the following commands:


<pre>
<pre>
$ export CVSROOT=:pserver:anonymous@rhlinux.redhat.com:/usr/local/CVS
$ svn co svn+ssh://your_username@svn.fedorahosted.org/svn/system-config-language
$ cvs -z3 login
(hit enter)
$ cvs -z3 co system-config-language
</pre>
</pre>
'''Current release:'''
[http://pravins.fedorapeople.org/system-config-language/system-config-language-1.3.2.tar.bz2 system-config-language-1.3.2.tar.bz2]
'''Previous releases:'''
* [http://pravins.fedorapeople.org/system-config-language/system-config-language-1.3.1.tar.bz2 system-config-language-1.3.1.tar.bz2]
* [http://pravins.fedorapeople.org/system-config-language/system-config-language-1.2.15.tar.bz2 system-config-language-1.2.15.tar.bz2]
== Contributors information ==
* Please submit bugs and patches into [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=system-config-language system-config-language bugzilla component] .
[[Category:Packages]]

Latest revision as of 20:00, 26 June 2010

system-config-language is a graphical user interface that allows the user to change the default language of the system.

Download

The current source is can be downloaded using SVN by using the following command:

svn co http://svn.fedorahosted.org/svn/system-config-language

Those who have commit access will need to use ssh:

$ svn co svn+ssh://your_username@svn.fedorahosted.org/svn/system-config-language

Current release:

system-config-language-1.3.2.tar.bz2

Previous releases:

Contributors information