Commit 69d65bc3 authored by John Z Wu's avatar John Z Wu Committed by Commit Bot

CFBundleDevelopmentRegion should be "en" instead of "English"

This fixes issues where string resources are not found on ios tests.

Change-Id: Iaff172daad6100ba2036a90bd6e685c205ab8cbf
Reviewed-on: https://chromium-review.googlesource.com/c/1302328Reviewed-by: default avatarSylvain Defresne <sdefresne@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604129}
parent 4e4fec21
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<key>UIApplicationDelegate</key> <key>UIApplicationDelegate</key>
<string>MainApplicationDelegate</string> <string>MainApplicationDelegate</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>English</string> <string>en</string>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string> <string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment