Skip to content

[v1.0] Fix translation of guide/class-and-style #162

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

Merged
merged 2 commits into from
Sep 28, 2016
Merged

[v1.0] Fix translation of guide/class-and-style #162

merged 2 commits into from
Sep 28, 2016

Conversation

nakajmg
Copy link
Contributor

@nakajmg nakajmg commented Sep 28, 2016

実際の動作と翻訳が合ってないように思われる箇所を修正しました

<div v-bind:class="[classA, isB ? classB : '']">

This will always apply classA, but will only apply classB when isB is true.

- これは常に `classA` が適用されますが、`isB` が `true` のとき、`classB` だけ適用されます。
+ これは常に `classA` が適用されますが、`isB` が `true` のときだけ、`classB` が適用されます。

@kazupon
Copy link
Member

kazupon commented Sep 28, 2016

ありがとうございます!

@kazupon kazupon merged commit 58a0fbd into vuejs:lang-ja Sep 28, 2016
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