doc/tutorials/advanced/part04_ui-base.rst
changeset 12534 e0e7d8ca051f
parent 12418 3eddb5954135
child 12556 d1c659d70368
equal deleted inserted replaced
12533:3657b5d82590 12534:e0e7d8ca051f
   325 directory). Once the above command is executed, I'll then update translations.
   325 directory). Once the above command is executed, I'll then update translations.
   326 
   326 
   327 To see if everything is ok on my test instance, I do: ::
   327 To see if everything is ok on my test instance, I do: ::
   328 
   328 
   329   $ cubicweb-ctl i18ninstance sytweb_instance
   329   $ cubicweb-ctl i18ninstance sytweb_instance
   330   $ cubicweb-ctl start -D sytweb_instance
   330   $ cubicweb-ctl pyramid -D sytweb_instance
   331 
   331 
   332 The first command compile i18n catalogs (e.g. generates '.mo' files) for my test
   332 The first command compile i18n catalogs (e.g. generates '.mo' files) for my test
   333 instance. The second command start it in debug mode, so I can open my browser and
   333 instance. The second command start it in debug mode, so I can open my browser and
   334 navigate through the web site to see if everything is ok...
   334 navigate through the web site to see if everything is ok...
   335 
   335