Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
urgi-is
data-discovery
Commits
8d30798e
Commit
8d30798e
authored
Jan 14, 2019
by
Bilal.El-Houdaigui
Browse files
feat: translated GnpIS aggregationNames form FR to EN.
GNP-5448
parent
c79f66c8
Changes
3
Hide whitespace changes
Inline
Side-by-side
frontend/src/app/navbar/navbar.component.spec.ts
View file @
8d30798e
...
...
@@ -63,7 +63,7 @@ describe('NavbarComponent', () => {
tester
.
detectChanges
();
//
expect(tester.title.textContent).toBe('RARe');
expect
(
tester
.
title
.
textContent
).
toBe
(
'
RARe
'
);
expect
(
tester
.
links
.
length
).
toBe
(
2
);
...
...
frontend/src/environments/environment.gnpis.prod.ts
View file @
8d30798e
...
...
@@ -62,9 +62,9 @@ export const environment = {
* Should be kept in sync with the `GnpisAggregation` enum of the backend.
*/
aggregationNames
:
{
entry
:
'
Type d
\'
entré
e
'
,
db
:
'
Base de données
'
,
node
:
'
No
eu
d
'
,
species
:
'
Espèce
'
entry
:
'
Data typ
e
'
,
db
:
'
Database
'
,
node
:
'
Nod
e
'
,
species
:
'
Species
'
}
};
frontend/src/environments/environment.gnpis.ts
View file @
8d30798e
...
...
@@ -66,10 +66,10 @@ export const environment = {
* Should be kept in sync with the `GnpisAggregation` enum of the backend.
*/
aggregationNames
:
{
entry
:
'
Type d
\'
entré
e
'
,
db
:
'
Base de données
'
,
node
:
'
No
eu
d
'
,
species
:
'
Espèce
'
entry
:
'
Data typ
e
'
,
db
:
'
Database
'
,
node
:
'
Nod
e
'
,
species
:
'
Species
'
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment