Skip to content

fix: add "source" by for default local code to use en.xlf and to allo… #94

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web-components/lit-localize.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/lit/lit/main/packages/localize-tools/config.schema.json",
"sourceLocale": "en",
"sourceLocale": "source",
"targetLocales": [
"fr",
"ar",
Expand Down
5 changes: 4 additions & 1 deletion web-components/src/components/mobile-badges/mobile-badges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,10 @@ export class MobileBadges extends LitElement {
<div id="footer_install_the_app">${msg("Install the app!")}</div>
<!-- TODO find fix to add text between span for translations ex for fr : "Scannez vos <span class="foods">aliments</span> de votre <span class="everyday">quotidien</span>" -->
${msg(
html`Scan your <span class="everyday">everyday</span> <span class="foods">foods</span>`
html`Scan your <span class="everyday">everyday</span>__TO_BE_REPLACE__<span
class="foods"
>foods</span
>`
)}
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import { LitElement } from "lit"
import { customElement, property } from "lit/decorators.js"
import { OffWebcomponentConfigurationOptions } from "../../types"
import { RobotoffConfigurationOptions } from "../../types/robotoff"
import { setLocale } from "../../localization"
import { getLocale, setLocale } from "../../localization"
import { assetsImagesPath } from "../../signals/app"
import { sourceLocale } from "../../localization/dist/locale-codes"

/**
* The configuration properties of the webcomponent configuration element.
Expand Down Expand Up @@ -94,6 +95,14 @@ export class OffWebcomponentsConfiguration extends LitElement {
config.fn.call(this, value)
}
}

override connectedCallback(): void {
super.connectedCallback()
// Set the language code to default language code (en) if local is still in source locale
if (getLocale() !== sourceLocale) {
CONFIGURATION_PROPERTIES["language-code"].fn.call(this, this.languageCode)
}
}
}

declare global {
Expand Down
6 changes: 3 additions & 3 deletions web-components/xliff/af.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@
<trans-unit id="s43df2e8395f6834e">
<source>Please give to our <x id="0" equiv-text="${this.currentYear}"/> Fundraiser</source>
</trans-unit>
<trans-unit id="h5d824b4954e56ea5">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
<trans-unit id="s8a8bfd67f2dd2810">
<source>Download the OFF app with this QR code</source>
</trans-unit>
<trans-unit id="h7c201d2f266e70f3">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt;"/>__TO_BE_REPLACE__<x id="2" equiv-text="&lt;span class=&quot;foods&quot;&gt;"/>foods<x id="3" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
</body>
</file>
</xliff>
7 changes: 3 additions & 4 deletions web-components/xliff/am.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,11 @@
<source>Install the app!</source>
<target state="needs-translation">Install the app!</target>
</trans-unit>
<trans-unit id="h5d824b4954e56ea5">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></source>
<target state="needs-translation">Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></target>
</trans-unit>
<trans-unit id="s8a8bfd67f2dd2810">
<source>Download the OFF app with this QR code</source>
</trans-unit>
<trans-unit id="h7c201d2f266e70f3">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt;"/>__TO_BE_REPLACE__<x id="2" equiv-text="&lt;span class=&quot;foods&quot;&gt;"/>foods<x id="3" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
</body>
</file>
Expand Down
7 changes: 3 additions & 4 deletions web-components/xliff/ar.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,11 @@
<source>Install the app!</source>
<target state="needs-translation">Install the app!</target>
</trans-unit>
<trans-unit id="h5d824b4954e56ea5">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></source>
<target state="needs-translation">Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></target>
</trans-unit>
<trans-unit id="s8a8bfd67f2dd2810">
<source>Download the OFF app with this QR code</source>
</trans-unit>
<trans-unit id="h7c201d2f266e70f3">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt;"/>__TO_BE_REPLACE__<x id="2" equiv-text="&lt;span class=&quot;foods&quot;&gt;"/>foods<x id="3" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
</body>
</file>
Expand Down
6 changes: 3 additions & 3 deletions web-components/xliff/ay.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@
<trans-unit id="s43df2e8395f6834e">
<source>Please give to our <x id="0" equiv-text="${this.currentYear}"/> Fundraiser</source>
</trans-unit>
<trans-unit id="h5d824b4954e56ea5">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
<trans-unit id="s8a8bfd67f2dd2810">
<source>Download the OFF app with this QR code</source>
</trans-unit>
<trans-unit id="h7c201d2f266e70f3">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt;"/>__TO_BE_REPLACE__<x id="2" equiv-text="&lt;span class=&quot;foods&quot;&gt;"/>foods<x id="3" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
</body>
</file>
</xliff>
7 changes: 3 additions & 4 deletions web-components/xliff/az.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,11 @@
<source>Install the app!</source>
<target state="needs-translation">Install the app!</target>
</trans-unit>
<trans-unit id="h5d824b4954e56ea5">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></source>
<target state="needs-translation">Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></target>
</trans-unit>
<trans-unit id="s8a8bfd67f2dd2810">
<source>Download the OFF app with this QR code</source>
</trans-unit>
<trans-unit id="h7c201d2f266e70f3">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt;"/>__TO_BE_REPLACE__<x id="2" equiv-text="&lt;span class=&quot;foods&quot;&gt;"/>foods<x id="3" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
</body>
</file>
Expand Down
7 changes: 3 additions & 4 deletions web-components/xliff/be.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,11 @@
<source>Install the app!</source>
<target state="needs-translation">Install the app!</target>
</trans-unit>
<trans-unit id="h5d824b4954e56ea5">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></source>
<target state="needs-translation">Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></target>
</trans-unit>
<trans-unit id="s8a8bfd67f2dd2810">
<source>Download the OFF app with this QR code</source>
</trans-unit>
<trans-unit id="h7c201d2f266e70f3">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt;"/>__TO_BE_REPLACE__<x id="2" equiv-text="&lt;span class=&quot;foods&quot;&gt;"/>foods<x id="3" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
</body>
</file>
Expand Down
7 changes: 3 additions & 4 deletions web-components/xliff/bg.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,11 @@
<source>Install the app!</source>
<target state="translated">Инсталирай приложението!</target>
</trans-unit>
<trans-unit id="h5d824b4954e56ea5">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></source>
<target state="needs-translation">Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></target>
</trans-unit>
<trans-unit id="s8a8bfd67f2dd2810">
<source>Download the OFF app with this QR code</source>
</trans-unit>
<trans-unit id="h7c201d2f266e70f3">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt;"/>__TO_BE_REPLACE__<x id="2" equiv-text="&lt;span class=&quot;foods&quot;&gt;"/>foods<x id="3" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
</body>
</file>
Expand Down
6 changes: 3 additions & 3 deletions web-components/xliff/bi.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@
<trans-unit id="s43df2e8395f6834e">
<source>Please give to our <x id="0" equiv-text="${this.currentYear}"/> Fundraiser</source>
</trans-unit>
<trans-unit id="h5d824b4954e56ea5">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
<trans-unit id="s8a8bfd67f2dd2810">
<source>Download the OFF app with this QR code</source>
</trans-unit>
<trans-unit id="h7c201d2f266e70f3">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt;"/>__TO_BE_REPLACE__<x id="2" equiv-text="&lt;span class=&quot;foods&quot;&gt;"/>foods<x id="3" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
</body>
</file>
</xliff>
7 changes: 3 additions & 4 deletions web-components/xliff/bn.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,11 @@
<source>Install the app!</source>
<target state="needs-translation">Install the app!</target>
</trans-unit>
<trans-unit id="h5d824b4954e56ea5">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></source>
<target state="needs-translation">Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></target>
</trans-unit>
<trans-unit id="s8a8bfd67f2dd2810">
<source>Download the OFF app with this QR code</source>
</trans-unit>
<trans-unit id="h7c201d2f266e70f3">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt;"/>__TO_BE_REPLACE__<x id="2" equiv-text="&lt;span class=&quot;foods&quot;&gt;"/>foods<x id="3" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
</body>
</file>
Expand Down
7 changes: 3 additions & 4 deletions web-components/xliff/bs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,11 @@
<source>Install the app!</source>
<target state="needs-translation">Install the app!</target>
</trans-unit>
<trans-unit id="h5d824b4954e56ea5">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></source>
<target state="needs-translation">Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></target>
</trans-unit>
<trans-unit id="s8a8bfd67f2dd2810">
<source>Download the OFF app with this QR code</source>
</trans-unit>
<trans-unit id="h7c201d2f266e70f3">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt;"/>__TO_BE_REPLACE__<x id="2" equiv-text="&lt;span class=&quot;foods&quot;&gt;"/>foods<x id="3" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
</body>
</file>
Expand Down
7 changes: 3 additions & 4 deletions web-components/xliff/ca.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,11 @@
<source>Install the app!</source>
<target state="needs-translation">Install the app!</target>
</trans-unit>
<trans-unit id="h5d824b4954e56ea5">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></source>
<target state="needs-translation">Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></target>
</trans-unit>
<trans-unit id="s8a8bfd67f2dd2810">
<source>Download the OFF app with this QR code</source>
</trans-unit>
<trans-unit id="h7c201d2f266e70f3">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt;"/>__TO_BE_REPLACE__<x id="2" equiv-text="&lt;span class=&quot;foods&quot;&gt;"/>foods<x id="3" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
</body>
</file>
Expand Down
6 changes: 3 additions & 3 deletions web-components/xliff/ch.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@
<trans-unit id="s43df2e8395f6834e">
<source>Please give to our <x id="0" equiv-text="${this.currentYear}"/> Fundraiser</source>
</trans-unit>
<trans-unit id="h5d824b4954e56ea5">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
<trans-unit id="s8a8bfd67f2dd2810">
<source>Download the OFF app with this QR code</source>
</trans-unit>
<trans-unit id="h7c201d2f266e70f3">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt;"/>__TO_BE_REPLACE__<x id="2" equiv-text="&lt;span class=&quot;foods&quot;&gt;"/>foods<x id="3" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
</body>
</file>
</xliff>
7 changes: 3 additions & 4 deletions web-components/xliff/cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,11 @@
<source>Install the app!</source>
<target state="translated">Nainstalujte aplikaci!</target>
</trans-unit>
<trans-unit id="h5d824b4954e56ea5">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></source>
<target state="needs-translation">Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></target>
</trans-unit>
<trans-unit id="s8a8bfd67f2dd2810">
<source>Download the OFF app with this QR code</source>
</trans-unit>
<trans-unit id="h7c201d2f266e70f3">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt;"/>__TO_BE_REPLACE__<x id="2" equiv-text="&lt;span class=&quot;foods&quot;&gt;"/>foods<x id="3" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
</body>
</file>
Expand Down
7 changes: 3 additions & 4 deletions web-components/xliff/cy.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,11 @@
<source>Install the app!</source>
<target state="needs-translation">Install the app!</target>
</trans-unit>
<trans-unit id="h5d824b4954e56ea5">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></source>
<target state="needs-translation">Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></target>
</trans-unit>
<trans-unit id="s8a8bfd67f2dd2810">
<source>Download the OFF app with this QR code</source>
</trans-unit>
<trans-unit id="h7c201d2f266e70f3">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt;"/>__TO_BE_REPLACE__<x id="2" equiv-text="&lt;span class=&quot;foods&quot;&gt;"/>foods<x id="3" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
</body>
</file>
Expand Down
7 changes: 3 additions & 4 deletions web-components/xliff/da.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,11 @@
<source>Install the app!</source>
<target state="translated">Installér appen!</target>
</trans-unit>
<trans-unit id="h5d824b4954e56ea5">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></source>
<target state="needs-translation">Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></target>
</trans-unit>
<trans-unit id="s8a8bfd67f2dd2810">
<source>Download the OFF app with this QR code</source>
</trans-unit>
<trans-unit id="h7c201d2f266e70f3">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt;"/>__TO_BE_REPLACE__<x id="2" equiv-text="&lt;span class=&quot;foods&quot;&gt;"/>foods<x id="3" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
</body>
</file>
Expand Down
6 changes: 3 additions & 3 deletions web-components/xliff/de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,12 @@
<source>Install the app!</source>
<target state="translated">Installieren Sie die App!</target>
</trans-unit>
<trans-unit id="h5d824b4954e56ea5">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
<trans-unit id="s8a8bfd67f2dd2810">
<source>Download the OFF app with this QR code</source>
</trans-unit>
<trans-unit id="h7c201d2f266e70f3">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt;"/>__TO_BE_REPLACE__<x id="2" equiv-text="&lt;span class=&quot;foods&quot;&gt;"/>foods<x id="3" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
</body>
</file>
</xliff>
6 changes: 3 additions & 3 deletions web-components/xliff/dv.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@
<trans-unit id="s43df2e8395f6834e">
<source>Please give to our <x id="0" equiv-text="${this.currentYear}"/> Fundraiser</source>
</trans-unit>
<trans-unit id="h5d824b4954e56ea5">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt; &lt;span class=&quot;foods&quot;&gt;"/>foods<x id="2" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
<trans-unit id="s8a8bfd67f2dd2810">
<source>Download the OFF app with this QR code</source>
</trans-unit>
<trans-unit id="h7c201d2f266e70f3">
<source>Scan your <x id="0" equiv-text="&lt;span class=&quot;everyday&quot;&gt;"/>everyday<x id="1" equiv-text="&lt;/span&gt;"/>__TO_BE_REPLACE__<x id="2" equiv-text="&lt;span class=&quot;foods&quot;&gt;"/>foods<x id="3" equiv-text="&lt;/span&gt;"/></source>
</trans-unit>
</body>
</file>
</xliff>
Loading