[I18N] website_sale_aplicoop, product_origin_char: add Catalan translation
Add ca.po for both addons, matching the existing es/eu coverage (378 and 4 entries respectively). Add the missing "ca" fallback block in website_sale_i18n.py alongside the existing es/eu ones, and correct the i18n README, which falsely claimed complete pt/gl/fr/it coverage that was never actually present.
This commit is contained in:
parent
157b344d4b
commit
e59c706ef6
4 changed files with 2352 additions and 10 deletions
|
|
@ -62,6 +62,14 @@ def _get_translated_labels(self, lang=None, request_obj=None):
|
|||
"This order's cart is empty.": "Eskaera honen saskia hutsik dago.",
|
||||
"This order's cart is empty": "Eskaera honen saskia hutsik dago",
|
||||
},
|
||||
"ca": {
|
||||
"Browse Product Categories": "Explora categories de productes",
|
||||
"Save Draft": "Desa l'Esborrany",
|
||||
"Save order as draft": "Desa la comanda com a esborrany",
|
||||
"Order saved as draft": "Comanda desada com a esborrany",
|
||||
"This order's cart is empty.": "El carret d'aquesta comanda està buit.",
|
||||
"This order's cart is empty": "El carret d'aquesta comanda està buit",
|
||||
},
|
||||
}
|
||||
|
||||
def tr(source):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue