Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L10N config-entries #1718

Merged
merged 4 commits into from
Oct 2, 2018
Merged

Conversation

awarecan
Copy link
Contributor

@awarecan awarecan commented Oct 1, 2018

Partial resolve #1593

@ghost ghost assigned awarecan Oct 1, 2018
@ghost ghost added the in progress label Oct 1, 2018
"manuf": "by {manufacturer}",
"hub": "Connected via",
"firmware": "Firmware: {version}",
"device_unavailable": "(device unavailable)",
Copy link
Member

Choose a reason for hiding this comment

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

Let's move the parentheses out of the translation.

@@ -716,8 +716,8 @@
"manuf": "by {manufacturer}",
"hub": "Connected via",
"firmware": "Firmware: {version}",
"device_unavailable": "(device unavailable)",
"entity_unavailable": "(entity unavailable)"
"device_unavailable": "device unavailable",
Copy link
Member

Choose a reason for hiding this comment

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

Now you will need to add the parentheses back to the layout

Copy link
Member

@balloob balloob left a comment

Choose a reason for hiding this comment

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

ok to merge when parentheses have been added back to the layout.

@balloob balloob merged commit c91b28a into home-assistant:master Oct 2, 2018
@ghost ghost removed the in progress label Oct 2, 2018
@@ -19,7 +19,7 @@ function computeEntityName(hass, entity) {
/*
* @appliesMixin EventsMixin
*/
class HaDeviceCard extends EventsMixin(PolymerElement) {
class HaCeEntitiesCard extends EventsMixin(PolymerElement) {
Copy link
Member

Choose a reason for hiding this comment

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

We forgot to apply the localize mix in here.

Fix here: #1757

Now i need to consider what I want to do for 0.80 😢

Copy link
Member

Choose a reason for hiding this comment

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

(verified that this was the only one in this PR)

@awarecan awarecan deleted the l10n-config-panel branch March 16, 2019 16:35
@github-actions github-actions bot locked and limited conversation to collaborators Jul 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants