Difference between revisions of "Service/translate"

From Sugar Labs
Jump to navigation Jump to search
Line 11: Line 11:
 
== Administrative contact ==
 
== Administrative contact ==
  
* [[User:SayaminduDasgupta|Sayamindu Dasgupta]] (we've been unable to contact him for a while, the position may be vacant) is currently enrolled in Grad School in Boston.
+
* [[User:SayaminduDasgupta|Sayamindu Dasgupta]] has sytem admin and Pootle admin privs.
  
  
* [[User:Cjl|Chris Leonard]] has Pootle administrator priv.  Works via the Pootle admin interface, could use help with the back-end work.
+
* [[User:Cjl|Chris Leonard]] has Pootle administrator priv.  
  
 
== Sysadmins ==
 
== Sysadmins ==
Line 21: Line 21:
 
* [[User:Tomeu|Tomeu Vizoso]]
 
* [[User:Tomeu|Tomeu Vizoso]]
 
* [[User:Bernie|Bernardo Innocenti]]
 
* [[User:Bernie|Bernardo Innocenti]]
 +
 +
== Language Administrators ==
 +
 +
Language administrators are typically native speakers of a given language that take on responsibility (granted by a Pootle administrator after a request to the Localization list) for reviewing and committing PO files for a given language.  Contacting language administrators is generally done by posting to the Localization list.
 +
 +
More information on language administrator duties can be found on [[Translation_Team/Administration_QuickStart|this page]]
  
  

Revision as of 10:14, 28 September 2010

Hostnames


Hosted on

Machine/pootle


Administrative contact


Sysadmins

Language Administrators

Language administrators are typically native speakers of a given language that take on responsibility (granted by a Pootle administrator after a request to the Localization list) for reviewing and committing PO files for a given language. Contacting language administrators is generally done by posting to the Localization list.

More information on language administrator duties can be found on this page


Notes

How to manipulate users:

django-admin shell --settings=pootle.settings
>>> from django.contrib.auth.models import User
>>> u = User.objects.get(username='bernie')
>>> u.is_superuser = True
>>> u.save()


Various scripts documented here:

http://git.sugarlabs.org/projects/pootle-helpers

Upgrade notes

See Also