mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] themes_*: rewrite some messages and fix typos
Themes translation in Odoo 16 have been lost, they were not exported on Transifex anymore (bug). We just added back the repository on it, and our internal translators are working on those translations. They found some typos and bad wording which are fixed here. Technically, note that we need the themes fully translated for the chatGPT integration coming in website configurator. Indeed, if a theme is not (almost fully) translated, it won't be using chatGPT for text replacement. This is because if we ask chatGPT to do text replacement and translation at the same time, it just provides bad results. See https://github.com/odoo/odoo/pull/137703 closes odoo/design-themes#717 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
<!-- Quote 2 -->
|
||||
<xpath expr="(//div[hasclass('s_blockquote_content')])[2]/p" position="replace" mode="inner">
|
||||
Very nice, colourful shop with many choices in the choir of a very pretty town.
|
||||
Very nice, colorful shop with many choices in the heart of a very pretty town.
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('carousel-item')][2]" position="attributes">
|
||||
<attribute name="class" add="pt200 pb200" remove="pt80 pb80" separator=" "/>
|
||||
|
||||
Reference in New Issue
Block a user