Skip to content

Commit

Permalink
add french to uat
Browse files Browse the repository at this point in the history
  • Loading branch information
MortenHofft committed Jun 22, 2021
1 parent 749c210 commit da4b31f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/api/util/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ const environments = {
dataApi: 'https://registry-api.gbif-uat.org',
dataApi_v1: 'https://api.gbif-uat.org/v1',
secretariatNode: '02c40d2a-1cba-4633-90b7-e36e5e97aba8',
languages: [{ key: 'en', code: '🇬🇧', name: 'English' }],
languages: [
{ key: 'en', code: '🇬🇧', name: 'English' },
{ key: 'fr', name: 'Français' },
],
logLinks: {
datasetLatest: process.env.REACT_APP_LOG_DATASET_LATEST || datasetLatestLogs.replace('{{INDEX}}', logIndices.uat),
datasetAttempt: process.env.REACT_APP_LOG_DATASET_ATTEMPT || datasetAttemptLogs.replace('{{INDEX}}', logIndices.uat)
Expand Down

0 comments on commit da4b31f

Please sign in to comment.