Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Unified Diff: grit/tool/build.py

Issue 9958067: Fixing a bug in GRIT where messages with substitutions would (Closed) Base URL: https://grit-i18n.googlecode.com/svn/trunk
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « grit/testdata/substitute.xmb ('k') | grit/tool/build_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/tool/build.py
diff --git a/grit/tool/build.py b/grit/tool/build.py
index f2d4e3b3513ae9c75fc94e89335d35258c9ca335..bc7e93bf8d231d4ad029ca45d2be76a818888c7b 100644
--- a/grit/tool/build.py
+++ b/grit/tool/build.py
@@ -290,4 +290,5 @@ are exported to translation interchange files (e.g. XMB files), etc.
if warnings and self.defines.get('_google_chrome', False):
print warnings
if self.res.UberClique().HasMissingTranslations():
+ print self.res.UberClique().missing_translations_
sys.exit(-1)
« no previous file with comments | « grit/testdata/substitute.xmb ('k') | grit/tool/build_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698