Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29336281: Issue 2109 - Allow for translation of app independent repositories (Closed)

Created:
Feb. 11, 2016, 9:04 p.m. by kzar
Modified:
Feb. 13, 2016, 12:49 p.m.
Visibility:
Public.

Description

Issue 2109 - Allow for translation of app independent repositories

Patch Set 1 #

Total comments: 21

Patch Set 2 : Addressed Sebastian's feedback and removed unrelated changes #

Patch Set 3 : Addressed Wladimir's initial feedback #

Total comments: 4

Patch Set 4 : Addressed some further feedback from Wladimir #

Total comments: 4

Patch Set 5 : Removed includeIncomplete parameter and fixed typo #

Patch Set 6 : Fixed typo spotted during testing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -73 lines) Patch
M build.py View 1 2 3 4 7 chunks +66 lines, -44 lines 0 comments Download
M localeTools.py View 1 2 3 4 5 9 chunks +43 lines, -29 lines 0 comments Download

Messages

Total messages: 16
kzar
Patch Set 1
Feb. 11, 2016, 9:05 p.m. (2016-02-11 21:05:15 UTC) #1
Sebastian Noack
https://codereview.adblockplus.org/29336281/diff/29336282/localeTools.py File localeTools.py (right): https://codereview.adblockplus.org/29336281/diff/29336282/localeTools.py#newcode111 localeTools.py:111: if type == 'chrome' or type == 'ISO-15897': Nit: ...
Feb. 12, 2016, 4:33 p.m. (2016-02-12 16:33:58 UTC) #2
Wladimir Palant
Not done with the review, only some preliminary comments so far. https://codereview.adblockplus.org/29336281/diff/29336282/build.py File build.py (right): ...
Feb. 12, 2016, 5:13 p.m. (2016-02-12 17:13:04 UTC) #3
kzar
Patch Set 2 : Addressed Sebastian's feedback and removed unrelated changes https://codereview.adblockplus.org/29336281/diff/29336282/localeTools.py File localeTools.py (right): ...
Feb. 12, 2016, 5:28 p.m. (2016-02-12 17:28:15 UTC) #4
kzar
(By the way, I tested these changes quite thoroughly originally and I will again once ...
Feb. 12, 2016, 5:29 p.m. (2016-02-12 17:29:48 UTC) #5
Sebastian Noack
https://codereview.adblockplus.org/29336281/diff/29336282/localeTools.py File localeTools.py (right): https://codereview.adblockplus.org/29336281/diff/29336282/localeTools.py#newcode381 localeTools.py:381: fileHandle = codecs.open(path, 'rb', encoding='utf-8') On 2016/02/12 17:28:15, kzar ...
Feb. 12, 2016, 5:38 p.m. (2016-02-12 17:38:17 UTC) #6
kzar
Patch Set 3 : Addressed Wladimir's initial feedback https://codereview.adblockplus.org/29336281/diff/29336282/build.py File build.py (right): https://codereview.adblockplus.org/29336281/diff/29336282/build.py#newcode253 build.py:253: if ...
Feb. 12, 2016, 6:25 p.m. (2016-02-12 18:25:26 UTC) #7
Sebastian Noack
LGTM from my side. But It sounds like Wladimir isn't done yet?
Feb. 12, 2016, 6:27 p.m. (2016-02-12 18:27:53 UTC) #8
Wladimir Palant
https://codereview.adblockplus.org/29336281/diff/29336309/build.py File build.py (right): https://codereview.adblockplus.org/29336281/diff/29336309/build.py#newcode251 build.py:251: } Gecko is still being treated as a special ...
Feb. 12, 2016, 7:05 p.m. (2016-02-12 19:05:44 UTC) #9
kzar
Patch Set 4 : Addressed some further feedback from Wladimir https://codereview.adblockplus.org/29336281/diff/29336309/build.py File build.py (right): https://codereview.adblockplus.org/29336281/diff/29336309/build.py#newcode251 ...
Feb. 12, 2016, 7:40 p.m. (2016-02-12 19:40:27 UTC) #10
Wladimir Palant
https://codereview.adblockplus.org/29336281/diff/29336312/build.py File build.py (right): https://codereview.adblockplus.org/29336281/diff/29336312/build.py#newcode272 build.py:272: for locale in os.listdir(localeDir)] This is actually fine for ...
Feb. 12, 2016, 7:49 p.m. (2016-02-12 19:49:34 UTC) #11
kzar
Patch Set 5 : Removed includeIncomplete parameter and fixed typo https://codereview.adblockplus.org/29336281/diff/29336312/build.py File build.py (right): https://codereview.adblockplus.org/29336281/diff/29336312/build.py#newcode272 ...
Feb. 12, 2016, 8:05 p.m. (2016-02-12 20:05:37 UTC) #12
Wladimir Palant
LGTM
Feb. 12, 2016, 8:16 p.m. (2016-02-12 20:16:11 UTC) #13
Sebastian Noack
LGTM
Feb. 12, 2016, 9:26 p.m. (2016-02-12 21:26:08 UTC) #14
kzar
Patch Set 6 : Fixed typo spotted during testing
Feb. 13, 2016, 12:33 p.m. (2016-02-13 12:33:05 UTC) #15
Wladimir Palant
Feb. 13, 2016, 12:49 p.m. (2016-02-13 12:49:47 UTC) #16
Message was sent while issue was closed.
Still LGTM

Powered by Google App Engine
This is Rietveld