Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Jul 9, 2024
1 parent a42c121 commit 730c276
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 19 deletions.
7 changes: 4 additions & 3 deletions examples/magento-graphcms/locales/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -645,9 +645,6 @@ msgstr "Rezensions"
msgid "Save changes"
msgstr "Änderungen speichern"

msgid "Save in address book"
msgstr "Im Adressbuch speichern"

msgid "Save new password"
msgstr "Neues Passwort speichern"

Expand Down Expand Up @@ -951,6 +948,10 @@ msgstr "Kundenkonto löschen"
msgid "Zip code or city"
msgstr "Postleitzahl oder Stadt"

#. js-lingui-generated-id
msgid "Save in address book"
msgstr "Im Adressbuch speichern"

#. js-lingui-generated-id
msgid "Return to home"
msgstr "Zurück zur Startseite"
Expand Down
7 changes: 4 additions & 3 deletions examples/magento-graphcms/locales/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -645,9 +645,6 @@ msgstr "Reviews"
msgid "Save changes"
msgstr "Save changes"

msgid "Save in address book"
msgstr "Save in address book"

msgid "Save new password"
msgstr "Save new password"

Expand Down Expand Up @@ -951,6 +948,10 @@ msgstr "Delete account"
msgid "Zip code or city"
msgstr "Zip code or city"

#. js-lingui-generated-id
msgid "Save in address book"
msgstr "Save in address book"

#. js-lingui-generated-id
msgid "Return to home"
msgstr "Return to home"
Expand Down
7 changes: 4 additions & 3 deletions examples/magento-graphcms/locales/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -645,9 +645,6 @@ msgstr "Comentarios"
msgid "Save changes"
msgstr "Guardar cambios"

msgid "Save in address book"
msgstr "Guardar en la libreta de direcciones"

msgid "Save new password"
msgstr "Guardar nueva contraseña"

Expand Down Expand Up @@ -951,6 +948,10 @@ msgstr "Eliminar cuenta"
msgid "Zip code or city"
msgstr "Código postal o ciudad"

#. js-lingui-generated-id
msgid "Save in address book"
msgstr "Guardar en la libreta de direcciones"

#. js-lingui-generated-id
msgid "Return to home"
msgstr "Volver a inicio"
Expand Down
7 changes: 4 additions & 3 deletions examples/magento-graphcms/locales/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -645,9 +645,6 @@ msgstr "Évaluations"
msgid "Save changes"
msgstr "Sauvegarder les modifications"

msgid "Save in address book"
msgstr "Enregistrer dans le carnet d'adresses"

msgid "Save new password"
msgstr "Sauvegarder le nouveau mot de passe"

Expand Down Expand Up @@ -951,6 +948,10 @@ msgstr "Supprimer le compte"
msgid "Zip code or city"
msgstr "Code postal ou ville"

#. js-lingui-generated-id
msgid "Save in address book"
msgstr "Enregistrer dans le carnet d'adresses"

#. js-lingui-generated-id
msgid "Return to home"
msgstr "Retour à l'accueil"
Expand Down
7 changes: 4 additions & 3 deletions examples/magento-graphcms/locales/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -645,9 +645,6 @@ msgstr "Recensioni"
msgid "Save changes"
msgstr "Salva modifiche"

msgid "Save in address book"
msgstr "Salva in rubrica"

msgid "Save new password"
msgstr "Salva nuova password"

Expand Down Expand Up @@ -951,6 +948,10 @@ msgstr "Elimina account"
msgid "Zip code or city"
msgstr "CAP o città"

#. js-lingui-generated-id
msgid "Save in address book"
msgstr "Salva in rubrica"

#. js-lingui-generated-id
msgid "Return to home"
msgstr "Torna alla home"
Expand Down
7 changes: 4 additions & 3 deletions examples/magento-graphcms/locales/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -645,9 +645,6 @@ msgstr "Reviews"
msgid "Save changes"
msgstr "Wijzigingen opslaan"

msgid "Save in address book"
msgstr "Opslaan in adresboek"

msgid "Save new password"
msgstr "Sla nieuw wachtwoord op"

Expand Down Expand Up @@ -951,6 +948,10 @@ msgstr "Verwijder account"
msgid "Zip code or city"
msgstr "Postcode of stad"

#. js-lingui-generated-id
msgid "Save in address book"
msgstr "Opslaan in adresboek"

#. js-lingui-generated-id
msgid "Return to home"
msgstr "Terug naar home"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const ShippingAddressForm = React.memo<ShippingAddressFormProps>((props)
<CheckboxElement
control={form.control}
name='saveInAddressBook'
label={<Trans id='Save in address book' />}
label={<Trans>Save in address book</Trans>}
/>
)}

Expand Down

0 comments on commit 730c276

Please sign in to comment.