Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorkild U. Resheim2017-09-21 08:49:45 +0000
committerSravan Kumar Lakkimsetti2017-09-25 07:11:49 +0000
commite12b6881d244e3ac214c67decf01c36012b7c678 (patch)
tree747339973843ffae5282f59a889d134d70c1a29f /features/org.eclipse.equinox.executable.feature/bin
parent249965c07d6c8da8dbad2e2aeb55ea6a3e59915b (diff)
downloadrt.equinox.framework-e12b6881d244e3ac214c67decf01c36012b7c678.tar.gz
rt.equinox.framework-e12b6881d244e3ac214c67decf01c36012b7c678.tar.xz
rt.equinox.framework-e12b6881d244e3ac214c67decf01c36012b7c678.zip
* De-list locales that are not supported by Eclipse Change-Id: Ica03e96b88471b424a7f6d420f52121489bfb250 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=520176 Signed-off-by: Torkild U. Resheim <torkildr@gmail.com>
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/bin')
-rw-r--r--features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist31
1 files changed, 1 insertions, 30 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist b/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
index d7ee48a53..ef75cd223 100644
--- a/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
+++ b/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
@@ -26,36 +26,7 @@
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleLocalizations</key>
- <array>
- <string>ar</string>
- <string>cs</string>
- <string>da</string>
- <string>el</string>
- <string>en</string>
- <string>es</string>
- <string>de</string>
- <string>fi</string>
- <string>fr</string>
- <string>hu</string>
- <string>it</string>
- <string>iw</string>
- <string>ja</string>
- <string>ko</string>
- <string>nl</string>
- <string>no</string>
- <string>pl</string>
- <string>pt_BR</string>
- <string>pt</string>
- <string>ru</string>
- <string>sv</string>
- <string>tr</string>
- <string>zh_HK</string>
- <string>zh_TW</string>
- <string>zh</string>
- </array>
-
+ <string>English</string>
<key>Eclipse</key>
<array>
<!-- to use a specific Java version (instead of the platform's default) uncomment one of the following options,

Back to the top