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

Side by Side Diff: update_locales.py

Issue 8432019: Added acceptable ads list to the options UI (Closed)
Patch Set: Created Sept. 25, 2012, 2:18 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « options.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 # coding: utf-8 2 # coding: utf-8
3 3
4 # This Source Code is subject to the terms of the Mozilla Public License 4 # This Source Code is subject to the terms of the Mozilla Public License
5 # version 2.0 (the "License"). You can obtain a copy of the License at 5 # version 2.0 (the "License"). You can obtain a copy of the License at
6 # http://mozilla.org/MPL/2.0/. 6 # http://mozilla.org/MPL/2.0/.
7 7
8 import sys, os, json, re, codecs 8 import sys, os, json, re, codecs
9 import buildtools.localeTools as localeTools 9 import buildtools.localeTools as localeTools
10 10
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'filters.dtd subscription.lastDownload.inProgress', 131 'filters.dtd subscription.lastDownload.inProgress',
132 'filters.dtd subscription.lastDownload.invalidURL', 132 'filters.dtd subscription.lastDownload.invalidURL',
133 'filters.dtd subscription.lastDownload.connectionError', 133 'filters.dtd subscription.lastDownload.connectionError',
134 'filters.dtd subscription.lastDownload.invalidData', 134 'filters.dtd subscription.lastDownload.invalidData',
135 'filters.dtd subscription.lastDownload.checksumMismatch', 135 'filters.dtd subscription.lastDownload.checksumMismatch',
136 'filters.dtd subscription.enabled.label', 136 'filters.dtd subscription.enabled.label',
137 'filters.dtd subscription.delete.label', 137 'filters.dtd subscription.delete.label',
138 'filters.dtd addSubscription.label', 138 'filters.dtd addSubscription.label',
139 'filters.dtd addSubscriptionAdd.label', 139 'filters.dtd addSubscriptionAdd.label',
140 'filters.dtd addSubscriptionOther.label', 140 'filters.dtd addSubscriptionOther.label',
141 'filters.dtd acceptableAds2.label',
142 'filters.dtd viewList.label',
143 'filters.dtd readMore.label',
141 'subscriptionSelection.dtd subscriptionSelector.label', 144 'subscriptionSelection.dtd subscriptionSelector.label',
142 'subscriptionSelection.dtd title.label', 145 'subscriptionSelection.dtd title.label',
143 'subscriptionSelection.dtd location.label', 146 'subscriptionSelection.dtd location.label',
144 ] 147 ]
145 updateLocales(sourceDir, targetDir, localeMap, removed, imported) 148 updateLocales(sourceDir, targetDir, localeMap, removed, imported)
OLDNEW
« no previous file with comments | « options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld