parent
6470a8e6a6
commit
8a9277f0e6
|
@ -5,6 +5,7 @@ import localeEs from '@angular/common/locales/es';
|
||||||
import localeSk from '@angular/common/locales/sk';
|
import localeSk from '@angular/common/locales/sk';
|
||||||
import localeTr from '@angular/common/locales/tr';
|
import localeTr from '@angular/common/locales/tr';
|
||||||
import localeSr from '@angular/common/locales/sr';
|
import localeSr from '@angular/common/locales/sr';
|
||||||
|
import localePt from '@angular/common/locales/pt';
|
||||||
import { Pipe, PipeTransform } from '@angular/core';
|
import { Pipe, PipeTransform } from '@angular/core';
|
||||||
import { LangChangeEvent, TranslateService } from '@ngx-translate/core';
|
import { LangChangeEvent, TranslateService } from '@ngx-translate/core';
|
||||||
import 'moment-timezone';
|
import 'moment-timezone';
|
||||||
|
@ -77,6 +78,11 @@ export class DateTimeCultureFormatPipe implements PipeTransform {
|
||||||
registerLocaleData(localeSr);
|
registerLocaleData(localeSr);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case 'pt': {
|
||||||
|
locale = this.cultureValues.get('pt-PT').name;
|
||||||
|
registerLocaleData(localePt);
|
||||||
|
break;
|
||||||
|
}
|
||||||
default: {
|
default: {
|
||||||
locale = this.cultureValues.get('en-US').name;
|
locale = this.cultureValues.get('en-US').name;
|
||||||
break;
|
break;
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -26,5 +26,9 @@
|
||||||
{
|
{
|
||||||
"label": "GENERAL.LANGUAGES.SERBIAN",
|
"label": "GENERAL.LANGUAGES.SERBIAN",
|
||||||
"value": "sr"
|
"value": "sr"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "GENERAL.LANGUAGES.PORTUGUESE",
|
||||||
|
"value": "pt"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -122,6 +122,28 @@
|
||||||
<p class="card-text-2">Silvia Horáková, Richard Rac, Iryna Kuchma</p>
|
<p class="card-text-2">Silvia Horáková, Richard Rac, Iryna Kuchma</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="card flex-row">
|
||||||
|
<div class="col-4 d-flex justify-content-center align-items-center">
|
||||||
|
<div class="flag-img-container">
|
||||||
|
<img class="flag" alt="Flag of Serbia" src="../assets/img/flag-of-serbia.png">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-8 card-body pl-0" class="flex-column align-items-center">
|
||||||
|
<p class="card-text-1">UNIVERSITY OF BELGRADE - SERBIA.RDM TEAM</p>
|
||||||
|
<p class="card-text-2">Nadica Miljković, Milica Ševkušić, Ljiljana Lazarević, Biljana Kosanović, Vladimir Otašević, Obrad Vučkovac</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="card flex-row">
|
||||||
|
<div class="col-4 d-flex justify-content-center align-items-center">
|
||||||
|
<div class="flag-img-container">
|
||||||
|
<img class="flag" alt="Flag of Portugal" src="../assets/img/flag-of-portugal.png">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-8 card-body pl-0" class="flex-column align-items-center">
|
||||||
|
<p class="card-text-1">FCT-FCCN, University of Minho</p>
|
||||||
|
<p class="card-text-2">Filipa Pereira, Carla Patinha, André Vieira, Paula Moura, Pedro Principe</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer-->
|
<!-- Footer-->
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
Reference in New Issue