Page MenuHomePhabricator

Fix a translation
ClosedPublic

Authored by joshuaspence on Nov 1 2015, 8:34 PM.
Tags
None
Referenced Files
F14057843: D14375.diff
Sun, Nov 17, 7:18 AM
F14039703: D14375.id34745.diff
Mon, Nov 11, 6:13 AM
F14039701: D14375.id.diff
Mon, Nov 11, 6:13 AM
F14026501: D14375.id34840.diff
Fri, Nov 8, 1:22 AM
F14026500: D14375.id34817.diff
Fri, Nov 8, 1:22 AM
F14026499: D14375.id34707.diff
Fri, Nov 8, 1:22 AM
F14026497: D14375.diff
Fri, Nov 8, 1:22 AM
F14018519: D14375.id34707.diff
Tue, Nov 5, 2:03 PM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Maniphest Tasks
T9655: Incorrect translation for differential revisions
Commits
Restricted Diffusion Commit
rPaf7b16248e19: Fix a translation
Summary

Fixes T9655.

Test Plan

I haven't tested this... it seems simple enough.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Fix a translation.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.

That test failure is legitimately caused by your local 665a0ea.

This revision now requires changes to proceed.Nov 2 2015, 12:01 AM
epriestley edited edge metadata.
epriestley added inline comments.
src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
818–823

This is really the problem -- missing an extra array() since the first %s is not variant.

This revision now requires changes to proceed.Nov 2 2015, 8:37 PM
src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
818–823

What do you mean "the problem"? The unit tests are passing now?

You observed an incorrect translation in email subject lines, and fixed an incorrect translation in Doorkeeper (task names in Jira/Asana). This change won't affect email and won't fix T9655. The translation on line 818 is the one to fix to fix email.

joshuaspence edited edge metadata.
joshuaspence marked 2 inline comments as done.

Derp

epriestley edited edge metadata.
This revision is now accepted and ready to land.Nov 5 2015, 2:48 PM
This revision was automatically updated to reflect the committed changes.