[FIX] *: make several untranslatable parts translatable

Some parts of the documention were currently not translatable:
- the custom `Card` directives
- the strings in the layout HTML pages
- the placeholder text in the search box
- the "Edit on GitHub" text on each page

This commit makes sure that all of these are translatable now.

Part-of: odoo/documentation#15894
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
Signed-off-by: Dylan Kiss (dyki) <dyki@odoo.com>
This commit is contained in:
Dylan Kiss (dyki)
2025-12-28 20:35:34 +01:00
parent 168361e94c
commit 4413118b7f
14 changed files with 2003 additions and 775 deletions

View File

@@ -61,6 +61,11 @@
"filemask": "locale/*/LC_MESSAGES/services.po",
"new_base": "locale/sources/services.pot"
},
{
"name": "sphinx",
"filemask": "locale/*/LC_MESSAGES/sphinx.po",
"new_base": "locale/sources/sphinx.pot"
},
{
"name": "studio",
"filemask": "locale/*/LC_MESSAGES/studio.po",