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

missing translation for 'Add a new stack' #169

Merged
merged 13 commits into from
Jun 6, 2017
Merged

Conversation

artemanufrij
Copy link
Member

Signed-off-by: Artem Anufrij artem.anufrij@live.de

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
@artemanufrij artemanufrij self-assigned this May 30, 2017
@artemanufrij artemanufrij added this to the 0.2.0 milestone May 30, 2017
@codecov
Copy link

codecov bot commented May 30, 2017

Codecov Report

Merging #169 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #169   +/-   ##
=======================================
  Coverage   72.34%   72.34%           
=======================================
  Files          32       32           
  Lines         846      846           
=======================================
  Hits          612      612           
  Misses        234      234

Copy link
Contributor

@pixelipo pixelipo left a comment

Choose a reason for hiding this comment

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

You missed this one:
deck/templates/part.board.mainView.php line 39

@artemanufrij
Copy link
Member Author

@pixelipo you are right! Thanks!

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
@@ -3,7 +3,7 @@
<thead>
<tr>
<td class="cell-board-bullet"></td>
<td class="cell-board-title" width="90%"><?php p($l->t('Board title')); ?></td>
<td class="cell-board-title" width="90%"><?php p($l->t('Boards')); ?></td>
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this is correct, @artemanufrij - it's a row title, and the row displays board titles.

Copy link
Member Author

Choose a reason for hiding this comment

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

@juliushaertl what do you think about?

Copy link
Member Author

@artemanufrij artemanufrij May 30, 2017

Choose a reason for hiding this comment

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

@pixelipo @juliushaertl may be just "Title"?

Title Members

Copy link
Contributor

Choose a reason for hiding this comment

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

Title is better.

By the way, Files app uses Name for the same row in their table

Copy link
Member Author

Choose a reason for hiding this comment

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

@pixelipo ok, I change it to"Title"

Copy link
Member

Choose a reason for hiding this comment

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

Yep just title sounds better.

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
Signed-off-by: Artem Anufrij <artem.anufrij@live.de>

fixed pixelipo's comment
label->tag

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>

'Board title' -> 'New Board title'

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>

'Board title' -> 'Boards' in Boardlist

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>

[tx-robot] updated from transifex

renamed column header 'Boards' -> 'Title'

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>

Merge branch 'master' into missing_translation
Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
@@ -34,10 +34,10 @@
<div class="stack" ng-repeat="s in stacks" data-as-sortable-item
data-columnindex="{{$index}}" id="column{{$index}}"
style="">
<h2 data-as-sortable-item-handle>
<h2 data-as-sortable-item-handle>
Copy link
Contributor

Choose a reason for hiding this comment

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

you got some weird space left before the <h2> tag

Copy link
Member Author

Choose a reason for hiding this comment

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

@pixelipo fixed

artemanufrij and others added 2 commits June 1, 2017 21:24
Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
@juliushaertl juliushaertl merged commit 786aa00 into master Jun 6, 2017
@juliushaertl juliushaertl deleted the missing_translation branch June 6, 2017 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants