-
Notifications
You must be signed in to change notification settings - Fork 29.5k
[FIX] website: theme selector in website creator translated #201007
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
Open
dabo-odoo
wants to merge
1
commit into
odoo:16.0
Choose a base branch
from
odoo-dev:16.0-website-theme-preview-translated-dabo
base: 16.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[FIX] website: theme selector in website creator translated #201007
dabo-odoo
wants to merge
1
commit into
odoo:16.0
from
odoo-dev:16.0-website-theme-preview-translated-dabo
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b52b2b7
to
0f90894
Compare
0f90894
to
e6f6a3e
Compare
dabo-odoo
added a commit
to odoo-dev/design-themes
that referenced
this pull request
Mar 21, 2025
This fix allows the theme SVG previews to be translated into other languages, so that users with languages other than english creating a website can see the offered themes in their own language. Community PR: odoo/odoo#201007 task-3415840
88bc71d
to
698868e
Compare
dabo-odoo
added a commit
to odoo-dev/design-themes
that referenced
this pull request
Mar 27, 2025
This fix allows the theme SVG previews to be translated into other languages, so that users with languages other than english creating a website can see the offered themes in their own language. Community PR: odoo/odoo#201007 task-3415840
df56645
to
1121f39
Compare
1121f39
to
985e3fc
Compare
dabo-odoo
added a commit
to odoo-dev/design-themes
that referenced
this pull request
Jun 5, 2025
This fix allows the theme SVG previews to be translated into other languages, so that users with languages other than english creating a website can see the offered themes in their own language. Community PR: odoo/odoo#201007 task-3415840
dabo-odoo
added a commit
to odoo-dev/design-themes
that referenced
this pull request
Jun 5, 2025
This fix allows the theme SVG previews to be translated into other languages, so that users with languages other than english creating a website can see the offered themes in their own language. Community PR: odoo/odoo#201007 task-3415840
dabo-odoo
added a commit
to odoo-dev/design-themes
that referenced
this pull request
Jun 5, 2025
This fix allows the theme SVG previews to be translated into other languages, so that users with languages other than english creating a website can see the offered themes in their own language. Community PR: odoo/odoo#201007 task-3415840
dabo-odoo
added a commit
to odoo-dev/design-themes
that referenced
this pull request
Jun 6, 2025
This fix allows the theme SVG previews to be translated into other languages, so that users with languages other than english creating a website can see the offered themes in their own language. Community PR: odoo/odoo#201007 task-3415840
dabo-odoo
added a commit
to odoo-dev/design-themes
that referenced
this pull request
Jun 10, 2025
This fix allows the theme SVG previews to be translated into other languages, so that users with languages other than english creating a website can see the offered themes in their own language. Community PR: odoo/odoo#201007 task-3415840
dabo-odoo
added a commit
to odoo-dev/design-themes
that referenced
this pull request
Jun 11, 2025
This fix allows the theme SVG previews to be translated into other languages, so that users with languages other than english creating a website can see the offered themes in their own language. Community PR: odoo/odoo#201007 task-3415840
dabo-odoo
added a commit
to odoo-dev/design-themes
that referenced
this pull request
Jun 11, 2025
This fix allows the theme SVG previews to be translated into other languages, so that users with languages other than english creating a website can see the offered themes in their own language. Community PR: odoo/odoo#201007 task-3415840
985e3fc
to
6bfd3ce
Compare
Before this change, when a user is creating a website, the three theme previews that appear at the last step are always in english, even if the user installed another language. Steps to reproduce: - Go into the user preferences and install any other language - Switch to that language - Install the website app and follow the creation steps => When you reach the theme preview step, the themes will be in english even if another language was selected After the change, the theme previews get translated and appear in the language chosen by the user. design-themes PR: odoo/design-themes#1052 task-3415840
6bfd3ce
to
30dda06
Compare
dabo-odoo
added a commit
to odoo-dev/design-themes
that referenced
this pull request
Jun 12, 2025
This fix allows the theme SVG previews to be translated into other languages, so that users with languages other than english creating a website can see the offered themes in their own language. Community PR: odoo/odoo#201007 task-3415840
dabo-odoo
added a commit
to odoo-dev/design-themes
that referenced
this pull request
Jun 12, 2025
This fix allows the theme SVG previews to be translated into other languages, so that users with languages other than english creating a website can see the offered themes in their own language. Community PR: odoo/odoo#201007 task-3415840
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When a website is created, the theme selector's three sample themes SVGs are in english, even if the website is in another language.
Steps to reproduce:
After the change the sample themes are correctly translated in the chosen language.
design-themes PR: odoo/design-themes#1052
task-3415840