Skip to content

Commit

Permalink
update i18n for runinfo search
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Robinson <merobi@gmail.com>
  • Loading branch information
merobi-hub committed Jul 31, 2023
1 parent 17d4e97 commit 46255f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/jobs/RunInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const RunInfo: FunctionComponent<RunInfoProps> = props => {
<Box mb={1}>
<MqText subheading>{i18next.t('jobs.runinfo_subhead')}</MqText>
</Box>
<MqJsonView data={run.facets} searchable={true} placeholder='Search' />
<MqJsonView data={run.facets} searchable={true} placeholder={i18next.t('jobs.search')} />
</Box>
)}
</Box>
Expand Down
4 changes: 4 additions & 0 deletions web/src/i18n/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ i18next
docs_link: 'API Docs'
},
jobs: {
search: 'Search',
latest_tab: 'LATEST RUN',
history_tab: 'RUN HISTORY',
location: 'LOCATION',
Expand Down Expand Up @@ -146,6 +147,7 @@ i18next
docs_link: 'Documents API'
},
jobs: {
search: 'Recherche',
latest_tab: 'DERNIÈRE COURSE',
history_tab: "HISTORIQUE D'EXECUTION",
location: 'EMPLACEMENT',
Expand Down Expand Up @@ -269,6 +271,7 @@ i18next
docs_link: 'Documentos API'
},
jobs: {
search: 'Buscar',
latest_tab: 'ÚLTIMA EJECUCIÓN',
history_tab: 'HISTORIAL DE EJECUCIONES',
location: 'UBICACIÓN',
Expand Down Expand Up @@ -392,6 +395,7 @@ i18next
docs_link: 'Dokumentacja API'
},
jobs: {
search: 'Wyszukiwanie',
latest_tab: 'OSTATNI WYKONANIE',
history_tab: 'HISTORIA WYKONAŃ',
location: 'LOKALIZACJA',
Expand Down

0 comments on commit 46255f6

Please sign in to comment.