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

Integrate potools, add rtl support to debug #5455

Merged
merged 8 commits into from
May 22, 2017

Conversation

EnTeQuAk
Copy link
Contributor

msgstr "pɐoʅuʍoᗡ"

#. L10n: please keep   in the string so → does not wrap.
msgid "Continue to Download →"
Copy link
Contributor

Choose a reason for hiding this comment

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

Need to handle this in potools. It's not the end of the world but would be good to make it ignore HTML entities.

Copy link
Contributor

Choose a reason for hiding this comment

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

This one is covered by mozilla/potools#4

Copy link
Contributor

Choose a reason for hiding this comment

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

This is fixed already - just needs a release.

"popular pages on our website.</p> <ul> <li>Are you interested in a <a href=\"%(rec)s\">list of featured add-ons</a>?</li> <li> Do you want to <a href=\"%(search)s\">search for add-ons</a>? You may "
"go to the <a href=\"%(search)s\">search page</a> or just use the search field above. </li> <li> If you prefer to start over, just go to the <a href=\"%(home)s\">add-ons front page</a>. </li> </ul>"
msgstr ""
"<ul> <li> .<a href=\"%(home)s\">ǝƃɐd ʇuoɹɟ suo-ppɐ</a> ǝɥʇ oʇ oƃ ʇsnɾ ´ɹǝʌo ʇɹɐʇs oʇ ɹǝɟǝɹd noʎ ɟI </li> <li> .ǝʌoqɐ pʅǝıɟ ɥɔɹɐǝs ǝɥʇ ǝsn ʇsnɾ ɹo <a href=\"%(search)s\">ǝƃɐd ɥɔɹɐǝs</a> ǝɥʇ oʇ oƃ "
Copy link
Contributor

Choose a reason for hiding this comment

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

This is an example of what could be handled better, it would be nice if only the child elements with text were re-ordered. Without having the H1 at the end. It should maybe only reverse the children if there's a text-node + html mix. I'll think about how to handle that.

Copy link
Contributor

Choose a reason for hiding this comment

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

I've filed mozilla/potools#5 to deal with this.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok also done - 0.0.4 is on its way.

Copy link
Contributor

Choose a reason for hiding this comment

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

Found another small bug so 0.0.5 is the release to try 👍

@EnTeQuAk
Copy link
Contributor Author

@muffinresearch updated to potools 0.0.5 and regenerated the files. Lots of the mentioned issues seem to be gone now. Mind a re-r?

@@ -7605,7 +7605,7 @@ msgid "Continue using Firefox as you normally would. Depending on how you use th
msgstr "Potrai continuare a utilizzare Firefox come al solito. A seconda delle tue abitudini di navigazione, potresti addirittura non notare differenze."

msgid "After a few weeks, the study will end on its own. Your Firefox will go back to normal."
msgstr "Dopo alcune settimane l’indagine terminerà automaticamente e Firefox riprenderà ad essere quello di sempre.\n"
msgstr "Dopo alcune settimane l’indagine terminerà automaticamente e Firefox riprenderà ad essere quello di sempre."
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this supposed to be part of the commit?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not really, I was under the impression I had it in a different PR already… but apparently not… might get re-done in a separate PR later.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

backed that change out

@@ -6,12 +6,18 @@
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"scripts": {
"potools": "potools"
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a smart solution to getting to the bin files without needing to point to node_modules 👍

@muffinresearch
Copy link
Contributor

I think this looks good - is the problem that was seen on -dev resolved?

r+wc

@EnTeQuAk EnTeQuAk force-pushed the feature/2817-integrate-potools branch from c796896 to cc3b0ec Compare May 22, 2017 12:59
@EnTeQuAk
Copy link
Contributor Author

I think this looks good - is the problem that was seen on -dev resolved?

Yes, the problem got fixed mainly in ceac149

@EnTeQuAk EnTeQuAk merged commit bef6e8a into master May 22, 2017
@EnTeQuAk EnTeQuAk deleted the feature/2817-integrate-potools branch May 22, 2017 14:06
@EnTeQuAk EnTeQuAk added this to the 2017.05.25 milestone May 24, 2017
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.

Setup debug locales to match addons-frontend
2 participants