Ñò
–øÄKc           @   s#   d  d k  Te d d
 d d ƒ Z d	 S(   iÿÿÿÿ(   t   *s   pootle_app.views.language.viewsU   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/(?P<dir_path>(.*/)*)translate.html$t	   translatesK   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/(?P<file_path>.*)/commit$t   commit_filesK   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/(?P<file_path>.*)/update$t   update_fileN(   sU   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/(?P<dir_path>(.*/)*)translate.html$s	   translate(   sK   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/(?P<file_path>.*)/commit$s   commit_file(   sK   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/(?P<file_path>.*)/update$s   update_file(   t   django.conf.urls.defaultst   patternst   urlpatterns(    (    (    s<   /var/www/Pootle/local_apps/pootle_app/views/language/urls.pyt   <module>   s   
   