Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
QMAPS-2553 - Remove unused translation from all po files + update occ…
Browse files Browse the repository at this point in the history
…urence in HistoryModal
  • Loading branch information
pascaloliv committed Mar 14, 2022
1 parent 4a27584 commit 81f8471
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 26 deletions.
5 changes: 0 additions & 5 deletions language/message/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -1839,11 +1839,6 @@ msgstr "Deaktiviere meinen Verlauf"
msgid "Clear all my Qwant Maps history"
msgstr "Meinen gesamten Verlauf für Qwant Maps löschen"

#: public/build/javascript/bundle-67483209244d77e4b0143101db177c71.js:95286
#: public/build/javascript/bundle.js:95292
msgid "This action cannot be reversed"
msgstr "Diese Aktion kann nicht rückgängig gemacht werden"

#: public/build/javascript/bundle-67483209244d77e4b0143101db177c71.js:95288
#: public/build/javascript/bundle.js:95294
msgid "Clear my history"
Expand Down
5 changes: 0 additions & 5 deletions language/message/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -1811,11 +1811,6 @@ msgstr ""
msgid "Clear all my Qwant Maps history"
msgstr ""

#: public/build/javascript/bundle-67483209244d77e4b0143101db177c71.js:95286
#: public/build/javascript/bundle.js:95292
msgid "This action cannot be reversed"
msgstr ""

#: public/build/javascript/bundle-67483209244d77e4b0143101db177c71.js:95288
#: public/build/javascript/bundle.js:95294
msgid "Clear my history"
Expand Down
5 changes: 0 additions & 5 deletions language/message/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -1833,11 +1833,6 @@ msgstr "Desactivar mi historial"
msgid "Clear all my Qwant Maps history"
msgstr "Borrar todo mi historial de Qwant Maps"

#: public/build/javascript/bundle-67483209244d77e4b0143101db177c71.js:95286
#: public/build/javascript/bundle.js:95292
msgid "This action cannot be reversed"
msgstr "Esta acción no puede ser revertida"

#: public/build/javascript/bundle-67483209244d77e4b0143101db177c71.js:95288
#: public/build/javascript/bundle.js:95294
msgid "Clear my history"
Expand Down
5 changes: 0 additions & 5 deletions language/message/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -1837,11 +1837,6 @@ msgstr "Désactiver l'historique"
msgid "Clear all my Qwant Maps history"
msgstr "Vider mon historique de recherche Qwant Maps"

#: public/build/javascript/bundle-67483209244d77e4b0143101db177c71.js:95286
#: public/build/javascript/bundle.js:95292
msgid "This action cannot be reversed."
msgstr "Avec cette action, tout votre historique de recherche sera perdu."

#: public/build/javascript/bundle-67483209244d77e4b0143101db177c71.js:95288
#: public/build/javascript/bundle.js:95294
msgid "Clear my history"
Expand Down
5 changes: 0 additions & 5 deletions language/message/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -1838,11 +1838,6 @@ msgstr "Disabilita la mia cronologia"
msgid "Clear all my Qwant Maps history"
msgstr "Cancella tutta la mia cronologia di Qwant Maps"

#: public/build/javascript/bundle-67483209244d77e4b0143101db177c71.js:95286
#: public/build/javascript/bundle.js:95292
msgid "This action cannot be reversed"
msgstr "Questa operazione non può essere annullata"

#: public/build/javascript/bundle-67483209244d77e4b0143101db177c71.js:95288
#: public/build/javascript/bundle.js:95294
msgid "Clear my history"
Expand Down
2 changes: 1 addition & 1 deletion src/modals/HistoryModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const HistoryModal = ({ status, onClose, onAccept }) => {
CLEAR: {
icon: <IconEmpty width={20} fill={GREY_DARK} className="historyModalIcon" />,
title: _('Clear all my Qwant Maps history', 'history'),
text: _('This action cannot be reversed', 'history'),
text: _('With this action, all your search history will be lost.', 'history'),
button1: _('Cancel', 'history'),
button2: _('Clear my history', 'history'),
className: 'modal__history__delete',
Expand Down

0 comments on commit 81f8471

Please sign in to comment.