doc/book/en/annexes/cubicweb-ctl.rst
changeset 1898 39b37f90a8a4
parent 1714 a721966779be
child 2172 cf8f9180e63e
equal deleted inserted replaced
1897:ff2abadcf0cf 1898:39b37f90a8a4
    71 * ``schema-sync``, synchronizes the persistent schema of an instance with
    71 * ``schema-sync``, synchronizes the persistent schema of an instance with
    72   the application schema. It is recommanded to create a dump before this operation.
    72   the application schema. It is recommanded to create a dump before this operation.
    73 
    73 
    74 Commands to maintain i18n catalogs
    74 Commands to maintain i18n catalogs
    75 ----------------------------------
    75 ----------------------------------
    76 * ``i18nlibupdate``, regenerates messages catalogs of the `CubicWeb` library
    76 * ``i18ncubicweb``, regenerates messages catalogs of the `CubicWeb` library
    77 * ``i18nupdate``, regenerates the messages catalogs of a cube
    77 * ``i18ncube``, regenerates the messages catalogs of a cube
    78 * ``i18ncompile``, recompiles the messages catalogs of an instance. 
    78 * ``i18ninstance``, recompiles the messages catalogs of an instance. 
    79   This is automatically done while upgrading.
    79   This is automatically done while upgrading.
    80 
    80 
    81 See also chapter :ref:`internationalisation`.
    81 See also chapter :ref:`internationalisation`.
    82 
    82 
    83 Other commands
    83 Other commands