← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 401597] Re: Improper indetation merge

 

** Changed in: openobject-doc
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/401597

Title:
  Improper indetation merge

Status in OpenERP Documentation:
  Fix Released

Bug description:
  FIle : source/contribute/documentation_translation.rst

  The original is:

  ++++++++++++++++++++++++++++++++++++++++++++

  The template structure for a given file is very simple. Each text section is
  prepended by the original context. Here is a title, for example: ::

    .. i18n: %%%%%%%%%%%%%%%%%%%%%%%%%
    .. i18n: Open Object Documentation
    .. i18n: %%%%%%%%%%%%%%%%%%%%%%%%%

    %%%%%%%%%%%%%%%%%%%%%%%%%
    Open Object Documentation
    %%%%%%%%%%%%%%%%%%%%%%%%%

  ++++++++++++++++++++++++++++++++++++++++++++

  The template is:

  ++++++++++++++++++++++++++++++++++++++++++++

  .. i18n: The template structure for a given file is very simple. Each text section is
  .. i18n: prepended by the original context. Here is a title, for example: ::
  .. i18n: 
  .. i18n:   .. i18n: %%%%%%%%%%%%%%%%%%%%%%%%%
  .. i18n:   .. i18n: Open Object Documentation
  .. i18n:   .. i18n: %%%%%%%%%%%%%%%%%%%%%%%%%
  ..

  The template structure for a given file is very simple. Each text section is
  prepended by the original context. Here is a title, for example: ::

    .. i18n: %%%%%%%%%%%%%%%%%%%%%%%%%
    .. i18n: Open Object Documentation
    .. i18n: %%%%%%%%%%%%%%%%%%%%%%%%%

  .. i18n:   %%%%%%%%%%%%%%%%%%%%%%%%%
  .. i18n:   Open Object Documentation
  .. i18n:   %%%%%%%%%%%%%%%%%%%%%%%%%
  ..

    %%%%%%%%%%%%%%%%%%%%%%%%%
    Open Object Documentation
    %%%%%%%%%%%%%%%%%%%%%%%%%

  
  ++++++++++++++++++++++++++++++++++++++++++++

  While it should be:

  ++++++++++++++++++++++++++++++++++++++++++++

  .. i18n: The template structure for a given file is very simple. Each text section is
  .. i18n: prepended by the original context. Here is a title, for example: ::
  .. i18n: 
  .. i18n:   .. i18n: %%%%%%%%%%%%%%%%%%%%%%%%%
  .. i18n:   .. i18n: Open Object Documentation
  .. i18n:   .. i18n: %%%%%%%%%%%%%%%%%%%%%%%%%
  .. i18n: 
  .. i18n:   %%%%%%%%%%%%%%%%%%%%%%%%%
  .. i18n:   Open Object Documentation
  .. i18n:   %%%%%%%%%%%%%%%%%%%%%%%%%

  The template structure for a given file is very simple. Each text section is
  prepended by the original context. Here is a title, for example: ::

    .. i18n: %%%%%%%%%%%%%%%%%%%%%%%%%
    .. i18n: Open Object Documentation
    .. i18n: %%%%%%%%%%%%%%%%%%%%%%%%%

    %%%%%%%%%%%%%%%%%%%%%%%%%
    Open Object Documentation
    %%%%%%%%%%%%%%%%%%%%%%%%%

  ++++++++++++++++++++++++++++++++++++++++++++