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

Unified Diff: localeTools.py

Issue 29931574: Issue 7083 - Adapt release automation for locales being located in adblockplusui (Closed)
Patch Set: Created Oct. 31, 2018, midnight
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 | « no previous file | releaseAutomation.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: localeTools.py
===================================================================
--- a/localeTools.py
+++ b/localeTools.py
@@ -44,7 +44,7 @@
def read_locale_config(baseDir, platform, metadata):
if platform != 'generic':
import buildtools.packagerChrome as packager
- localeDir = os.path.join(baseDir, '_locales')
+ localeDir = os.path.join(baseDir, 'adblockplusui', 'locale')
localeConfig = {
'default_locale': packager.defaultLocale,
}
« no previous file with comments | « no previous file | releaseAutomation.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld