Skip to content

Commit

Permalink
Fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Emmolo committed Oct 21, 2023
1 parent ad0496c commit f044ebf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/antiAdBlocker.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import{detectAdBlock}from"/resources/detectAdBlock.js";export default class Anti
<div style="display:flex; justify-content: space-between;">
<p>
${n?'<span style="text-transform: uppercase;">Alt!</span> Mi è sembrato di vedere un...':'<span style="text-transform: uppercase;">Alt!</span> I thought I saw a...'}
${n?'<span style="text-transform: uppercase;">Alt!</span> Mi è sembrato di vedere un...':'<span style="text-transform: uppercase;">Alt!</span> I thought I saw an...'}
<br>
<span style="font-size: 3rem; font-weight: bold; text-transform: uppercase;">Adblock!</span>
</p>
Expand All @@ -13,7 +13,7 @@ import{detectAdBlock}from"/resources/detectAdBlock.js";export default class Anti
<p style="font-size: 1.1rem; color: rgb(107, 114, 128); line-height: 28px; margin: 20px 0;">
${n?'Ci spiace doverti annoiare ma sembra che tu stia utilizzando un <span style="font-weight: bold;">blocco pubblicitario</span>. Ti chiediamo di disabilitarlo per continuare a navigare, grazie!':'Sorry to bother you but it appears you are using an <span style="font-weight: bold;">ad blocker</span>. We ask you to disable it to continue browsing, thank you!'}
${n?"Abbiamo limitato la pubblicità sui nostri siti, ti chiediamo la cortesia di disabilitare l'AdBlock per continuare a navigare. Grazie!":"We have limited advertising on our sites, we ask you to disable AdBlock to continue browsing. Thank you!"}
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion dist/antiAdBlocker.min.ob.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/findAdBlocker.min.ob.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions resources/antiAdBlocker.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default class AntiAdBlocker {
<div style="display:flex; justify-content: space-between;">
<p>
${isItalianLanguage ? '<span style="text-transform: uppercase;">Alt!</span> Mi è sembrato di vedere un...' : '<span style="text-transform: uppercase;">Alt!</span> I thought I saw a...' }
${isItalianLanguage ? '<span style="text-transform: uppercase;">Alt!</span> Mi è sembrato di vedere un...' : '<span style="text-transform: uppercase;">Alt!</span> I thought I saw an...' }
<br>
<span style="font-size: 3rem; font-weight: bold; text-transform: uppercase;">Adblock!</span>
</p>
Expand All @@ -177,7 +177,7 @@ export default class AntiAdBlocker {
<p style="font-size: 1.1rem; color: rgb(107, 114, 128); line-height: 28px; margin: 20px 0;">
${isItalianLanguage ? 'Ci spiace doverti annoiare ma sembra che tu stia utilizzando un <span style="font-weight: bold;">blocco pubblicitario</span>. Ti chiediamo di disabilitarlo per continuare a navigare, grazie!' : 'Sorry to bother you but it appears you are using an <span style="font-weight: bold;">ad blocker</span>. We ask you to disable it to continue browsing, thank you!'}
${isItalianLanguage ? 'Abbiamo limitato la pubblicità sui nostri siti, ti chiediamo la cortesia di disabilitare l\'AdBlock per continuare a navigare. Grazie!' : 'We have limited advertising on our sites, we ask you to disable AdBlock to continue browsing. Thank you!'}
</p>
</div>
Expand Down

0 comments on commit f044ebf

Please sign in to comment.