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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « options.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: update_locales.py
===================================================================
--- a/update_locales.py
+++ b/update_locales.py
@@ -133,13 +133,16 @@ if __name__ == '__main__':
'filters.dtd subscription.lastDownload.connectionError',
'filters.dtd subscription.lastDownload.invalidData',
'filters.dtd subscription.lastDownload.checksumMismatch',
'filters.dtd subscription.enabled.label',
'filters.dtd subscription.delete.label',
'filters.dtd addSubscription.label',
'filters.dtd addSubscriptionAdd.label',
'filters.dtd addSubscriptionOther.label',
+ 'filters.dtd acceptableAds2.label',
+ 'filters.dtd viewList.label',
+ 'filters.dtd readMore.label',
'subscriptionSelection.dtd subscriptionSelector.label',
'subscriptionSelection.dtd title.label',
'subscriptionSelection.dtd location.label',
]
updateLocales(sourceDir, targetDir, localeMap, removed, imported)
« no previous file with comments | « options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld