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

Issue 29587910: Issue 104 - added checktranslations function

Created:
Oct. 24, 2017, 11:36 p.m. by erick
Modified:
Nov. 20, 2017, 12:42 p.m.
Reviewers:
tlucas, wspee
Visibility:
Public.

Description

Issue 104 - added checktranslations function

Patch Set 1 #

Total comments: 34

Patch Set 2 : Proposed changes #

Total comments: 8

Patch Set 3 : Proposed changes #

Total comments: 2

Patch Set 4 : Proposed changes #

Total comments: 2

Patch Set 5 : Proposed changes #

Total comments: 2

Patch Set 6 : Proposed changes #

Patch Set 7 : Proposed changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -0 lines) Patch
M build.py View 1 2 chunks +14 lines, -0 lines 0 comments Download
M localeTools.py View 1 2 3 4 5 6 1 chunk +34 lines, -0 lines 0 comments Download

Messages

Total messages: 14
erick
Oct. 24, 2017, 11:40 p.m. (2017-10-24 23:40:07 UTC) #1
tlucas
Hi Erick! Here you are (for starters) - it's almost there, but nit quite. Keep ...
Oct. 25, 2017, 3:09 p.m. (2017-10-25 15:09:24 UTC) #2
erick
https://codereview.adblockplus.org/29587910/diff/29587911/build.py File build.py (right): https://codereview.adblockplus.org/29587910/diff/29587911/build.py#newcode449 build.py:449: command.shortDescription = 'Checks translation files for overlong, missing and ...
Oct. 29, 2017, 3:45 a.m. (2017-10-29 03:45:56 UTC) #3
tlucas
Hey Erick! A couple more comments (in both Patch Sets, please watch out for both). ...
Oct. 29, 2017, 11:10 p.m. (2017-10-29 23:10:04 UTC) #4
erick
https://codereview.adblockplus.org/29587910/diff/29587911/localeTools.py File localeTools.py (right): https://codereview.adblockplus.org/29587910/diff/29587911/localeTools.py#newcode305 localeTools.py:305: def check_translations(dir): On 2017/10/29 03:45:56, erick wrote: > On ...
Oct. 31, 2017, 4:30 a.m. (2017-10-31 04:30:02 UTC) #5
tlucas
https://codereview.adblockplus.org/29587910/diff/29590632/localeTools.py File localeTools.py (right): https://codereview.adblockplus.org/29587910/diff/29590632/localeTools.py#newcode307 localeTools.py:307: json_fld = path.rsplit('/', 1)[1] On 2017/10/31 04:30:02, erick wrote: ...
Oct. 31, 2017, 7:43 a.m. (2017-10-31 07:43:10 UTC) #6
erick
https://codereview.adblockplus.org/29587910/diff/29590632/localeTools.py File localeTools.py (right): https://codereview.adblockplus.org/29587910/diff/29590632/localeTools.py#newcode307 localeTools.py:307: json_fld = path.rsplit('/', 1)[1] On 2017/10/31 07:43:09, tlucas wrote: ...
Nov. 6, 2017, 6:29 a.m. (2017-11-06 06:29:44 UTC) #7
tlucas
Hey Erick. Please consider running tox every single time, before you upload a patch. Cheers! ...
Nov. 6, 2017, 3:48 p.m. (2017-11-06 15:48:12 UTC) #8
erick
https://codereview.adblockplus.org/29587910/diff/29599555/localeTools.py File localeTools.py (right): https://codereview.adblockplus.org/29587910/diff/29599555/localeTools.py#newcode335 localeTools.py:335: ).format(locale, key, variables, expected) On 2017/11/06 15:48:12, tlucas wrote: ...
Nov. 7, 2017, 8:18 a.m. (2017-11-07 08:18:44 UTC) #9
tlucas
LGTM (for the project)
Nov. 13, 2017, 10:41 a.m. (2017-11-13 10:41:56 UTC) #10
tlucas
https://codereview.adblockplus.org/29587910/diff/29600567/localeTools.py File localeTools.py (right): https://codereview.adblockplus.org/29587910/diff/29600567/localeTools.py#newcode319 localeTools.py:319: for key, value in data.iteritems(): NOT LGTM, found a ...
Nov. 13, 2017, 12:23 p.m. (2017-11-13 12:23:52 UTC) #11
erick
https://codereview.adblockplus.org/29587910/diff/29600567/localeTools.py File localeTools.py (right): https://codereview.adblockplus.org/29587910/diff/29600567/localeTools.py#newcode319 localeTools.py:319: for key, value in data.iteritems(): On 2017/11/13 12:23:51, tlucas ...
Nov. 20, 2017, 11:41 a.m. (2017-11-20 11:41:09 UTC) #12
erick
Nov. 20, 2017, 12:39 p.m. (2017-11-20 12:39:27 UTC) #13
tlucas
Nov. 20, 2017, 12:42 p.m. (2017-11-20 12:42:05 UTC) #14
LGTM

Powered by Google App Engine
This is Rietveld