Ajout + Traduction : Privacy Policy, Terms of Service, Our story. Modif footer : Ajout social media #3
Merged
clement.freville2
merged 2 commits from traduction
into master
1 year ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'traduction'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Il y a 3 nouvelles pages :
Elles ont traduites en frnaçais et anglais
Ajout des icônes des réseaux sociaux avec liens lorsque l'on clique dessus
Ajout + Traduction : Privacy Policy, Terms of Service, Our story. Modif footer : Ajout social mediato WIP: Ajout + Traduction : Privacy Policy, Terms of Service, Our story. Modif footer : Ajout social media 1 year agoWIP: Ajout + Traduction : Privacy Policy, Terms of Service, Our story. Modif footer : Ajout social mediato Ajout + Traduction : Privacy Policy, Terms of Service, Our story. Modif footer : Ajout social media 1 year agoPlease remove
src/assets/img/tsetup-x64.4.14.4.exe
and reduce the file size of the Instragram logo.routerLinkActive="active"
[routerLinkActiveOptions]="{ exact: true }"
>{{ 'FooterPage.Contact' | translate}}</a>
<a routerLink="our_story" routerLinkActive="active" [routerLinkActiveOptions]="{ exact: true }">{{
URLs contain usually dashes.
routerLinkActive="active"
[routerLinkActiveOptions]="{ exact: true }"
>{{ 'FooterPage.Privacy' | translate}}</a>
<a routerLink="terms_of_service" routerLinkActive="active"
terms_of_service
->terms-of-service
>{{ 'FooterPage.Privacy' | translate}}</a>
<a routerLink="terms_of_service" routerLinkActive="active"
[routerLinkActiveOptions]="{ exact: true }">{{ 'FooterPage.Terms' | translate}}</a>
<a routerLink="privacy_policy" routerLinkActive="active" [routerLinkActiveOptions]="{ exact: true }">{{
privacy_policy
->privacy-policy
<div class="socials">
<!-- TODO - Add the socials icons-->
<div>{{ 'FooterPage.Social' | translate}}</div>
<!-- TODO - Add the socials icons-->
sandkasten_logo!: string;
twitter_logo!: string;
instagram_logo!: string;
facebook_logo!: string;
You may assign them directly in the constructor.
hugo!: string;
bastien!: string;
clement!: string;
matis!: string;
Same things about images here.
})
export class PrivacyPolicyComponent {
constructor(private router: Router) { }
ngOnInit(): void {
Remove this empty method.
})
export class TermsOfServiceComponent {
constructor(private router: Router) { }
ngOnInit(): void {
No need to define this empty method, since your component doesn't implement any interface.
},
"DataBreach": {
"Title": "Data breach",
"Text1": "In the event we become aware that the security of the Website and Services has been compromised or Users’ Personal Information has been disclosed to unrelated third parties as a result of external activity, including, but not limited to, security attacks or fraud, we reserve the right to take reasonably appropriate measures, including, but not limited to, investigation and reporting, as well as notification to and cooperation with law enforcement authorities. In the event of a data breach, we will make reasonable efforts to notify affected individuals if we believe that there is a reasonable risk of harm to the User as a result of the breach or if notice is otherwise required by law. When we do, we will send you an email."
Use the correct character
'
instead of the unicode variation (’
).142819cccf
into master 1 year agoReviewers
142819cccf
.