Skip to content

Conversation

Alpccelik
Copy link
Contributor

Hi

I added Localize Behavior in speakers-page.html

"view-video": "Переглянути відео",
"share-with": "Поширити у"
"share-with": "Поширити у",
"skills":"навички"
Copy link
Member

@ozasadnyy ozasadnyy Oct 3, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a space and start with capital letter
"skills": "Навички"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

<div class="tags">{{localize('skills')}}:
<template is="dom-repeat" items="[[speaker.tags]]" as="tag">
<span class="tag" style$="{{_getCustomStyleValue(tag)}}" target="_blank" rel="noopener noreferrer">[[tag]]</span>
<span class="tag" style$="{{_getCustomStyleValue(tag)}}" target="_blank">[[tag]]</span>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove target="_blank" as well, my mistake :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@ozasadnyy
Copy link
Member

Looks amazing!
Few things to change and we will be able to merge :)

@ozasadnyy ozasadnyy merged commit 5be6307 into gdg-x:master Oct 3, 2016
@ozasadnyy
Copy link
Member

Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants