Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

16.0 - [I18n] *: autoformat translations T#61194 #1619

Merged
merged 3 commits into from
Jul 1, 2023

Commits on Jul 1, 2023

  1. [I18n] default_warehouse_from_sale_team: autoformat translations

    This runs the translations autoformatter [1], which performs the
    following changes over .po files:
    - Sort terms alphabetically
    - Split lines to 78 characters
    - clear message when translated term is the same as original one
    
    This is done to produce a file as if it were re-exported from Odoo. For
    more info, see [2].
    
    [1] OCA/odoo-pre-commit-hooks#76
    [2] Vauxoo/pre-commit-vauxoo#104
    luisg123v committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    9baa305 View commit details
    Browse the repository at this point in the history
  2. [I18n] pr_line_related_po_line: autoformat translations

    This runs the translations autoformatter [1], which performs the
    following changes over .po files:
    - Sort terms alphabetically
    - Split lines to 78 characters
    - clear message when translated term is the same as original one
    
    This is done to produce a file as if it were re-exported from Odoo. For
    more info, see [2].
    
    [1] OCA/odoo-pre-commit-hooks#76
    [2] Vauxoo/pre-commit-vauxoo#104
    luisg123v committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    a4d2252 View commit details
    Browse the repository at this point in the history
  3. [I18n] stock_custom_exchange_rate_date: autoformat translations

    This runs the translations autoformatter [1], which performs the
    following changes over .po files:
    - Sort terms alphabetically
    - Split lines to 78 characters
    - clear message when translated term is the same as original one
    
    This is done to produce a file as if it were re-exported from Odoo. For
    more info, see [2].
    
    [1] OCA/odoo-pre-commit-hooks#76
    [2] Vauxoo/pre-commit-vauxoo#104
    luisg123v committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    720d810 View commit details
    Browse the repository at this point in the history