Skip to content

Commit bf69183

Browse files
committed
Avoid displaying the translation banner (mysociety#4153)
1 parent ce80472 commit bf69183

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
- Convert all uploaded images to JPEGs.
4949
- Redirect after POST when creating reports. #4362
5050
- Include status change line in report update emails using auto response templates.
51+
- Don't display a translation banner in front of important UI elements on Android. #4153
5152

5253
* v5.0 (10th May 2023)
5354
- Front end improvements:

Diff for: templates/web/base/common_header_tags.html

+2
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,7 @@
8080
<link rel="icon" href="/cobrands/[% c.cobrand.moniker %]/favicon.ico">
8181
[% END %]
8282

83+
<meta name="google" content="notranslate">
84+
8385
[% INCLUDE 'header_opengraph.html' %]
8486
[% TRY %][% PROCESS 'header_extra.html' %][% CATCH file %][% END %]

0 commit comments

Comments
 (0)