Thursday, April 11, 2024
1 change · 17.0
New functionality added to Odoo
This update adds Catalan language translations to the Spanish localization module, allowing users who prefer Catalan to see accounting terms and account names in their language. Previously, Catalan-speaking users would see English account names; now they will see properly translated Catalan names across all accounting templates.
Original PR description
* addons/l10n_es/i18n/ca.po: Add the catalan language translation for the spanish localization. * addons/l10n_es/data/template/account.account-es_assec.csv: Add name@ca field with account names in…
* addons/l10n_es/i18n/ca.po: Add the catalan language translation for the spanish localization. * addons/l10n_es/data/template/account.account-es_assec.csv: Add name@ca field with account names in catalan. * addons/l10n_es/data/template/account.account-es_common.csv: Add name@ca field with account names in catalan. * addons/l10n_es/data/template/account.account-es_full.csv: Add name@ca field with account names in catalan. * addons/l10n_es/data/template/account.account-es_pymes.csv: Add name@ca field with account names in catalan. * addons/l10n_es/data/template/account.group-es_common.csv: Add name@ca field with account names in catalan. Description of the issue/feature this PR addresses: Add the name@ca for catalan translation at the main account plans in the spain l10n_es localization, and the l10n_es/i18n/ca.po file too. Current behavior before PR: The accounts names are in english when user configures her environment to use the catalan language. Desired behavior after PR is merged: The accounts names are in catalan. Previously crashed PR https://github.com/odoo/odoo/pull/160486 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr