Skip to content

Commit

Permalink
feature(i18n): translations for event type dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarlex committed Feb 15, 2021
1 parent 7c71294 commit 37c6124
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/metrics/EventsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import styles from './EventsTable.module.css';

const EVENT_FILTER_DEFAULT = {
value: 'EVENT_FILTER_DEFAULT',
label: 'All Events',
label: <FormattedMessage id="label.all-events" defaultMessage="All events" />,
};

export default function EventsTable({ websiteId, ...props }) {
Expand Down
1 change: 1 addition & 0 deletions lang/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"label.administrator": "Administrator",
"label.all": "Alle",
"label.all-websites": "Alle Webseiten",
"label.all-events": "Alle Ereignisse",
"label.back": "Zurück",
"label.cancel": "Abbrechen",
"label.change-password": "Passwort ändern",
Expand Down
1 change: 1 addition & 0 deletions lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"label.administrator": "Administrator",
"label.all": "All",
"label.all-websites": "All websites",
"label.all-events": "All events",
"label.back": "Back",
"label.cancel": "Cancel",
"label.change-password": "Change password",
Expand Down
1 change: 1 addition & 0 deletions lang/es-MX.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"label.administrator": "Administrador",
"label.all": "Todos",
"label.all-websites": "Todos los sitios",
"label.all-events": "Todos los eventos",
"label.back": "Atrás",
"label.cancel": "Cancelar",
"label.change-password": "Cambiar contraseña",
Expand Down
1 change: 1 addition & 0 deletions lang/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"label.administrator": "Administrateur",
"label.all": "Tout",
"label.all-websites": "Tous les sites web",
"label.all-events": "Tous les événements",
"label.back": "Retour",
"label.cancel": "Annuler",
"label.change-password": "Changer le mot de passe",
Expand Down

0 comments on commit 37c6124

Please sign in to comment.