summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webkit_strings.grd
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-07 23:26:44 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-07 23:26:44 +0000
commitbda7500e2a9e8460715558c74c4c01c83193a183 (patch)
tree7d8b0be511d3a9b41325855718f8ff5739bf3256 /webkit/glue/webkit_strings.grd
parent29be92554d590f4199fcc19037427fc171025441 (diff)
downloadchromium_src-bda7500e2a9e8460715558c74c4c01c83193a183.zip
chromium_src-bda7500e2a9e8460715558c74c4c01c83193a183.tar.gz
chromium_src-bda7500e2a9e8460715558c74c4c01c83193a183.tar.bz2
Turn off pseudo localized strings.
If we want to break the build, we would have allow_pseudo="true" and fallback_to_english="false". BUG=1307741 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@544 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkit_strings.grd')
-rw-r--r--webkit/glue/webkit_strings.grd4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/webkit_strings.grd b/webkit/glue/webkit_strings.grd
index d8efc4a..3bac4ab 100644
--- a/webkit/glue/webkit_strings.grd
+++ b/webkit/glue/webkit_strings.grd
@@ -133,8 +133,8 @@ below:
<file path="resources/webkit_strings_zh-CN.xtb" lang="zh-CN" />
<file path="resources/webkit_strings_zh-TW.xtb" lang="zh-TW" />
</translations>
- <release seq="1">
- <messages>
+ <release seq="1" allow_pseudo="false">
+ <messages fallback_to_english="true">
<!-- TODO add all of your "string table" messages here. Remember to
change nontranslateable parts of the messages into placeholders (using the
<ph> element). You can also use the 'grit add' tool to help you identify