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) |