aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/Info.plist.in
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-01-27 21:30:19 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-01-27 21:30:19 +0000
commita205d6e9bd1ec5237f9c08c77bcba0c32e8865e8 (patch)
tree9e8a824a225c84c6c32c029acf23ee4f28191935 /packages/darwin_app/Info.plist.in
parentfa0d50e99a8ba62e2ce5680fa147d4e77d45e37c (diff)
embed the included languages into the Info.plist to enable per-app language selection
svn path=/trunk/; revision=15894
Diffstat (limited to 'packages/darwin_app/Info.plist.in')
-rw-r--r--packages/darwin_app/Info.plist.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/darwin_app/Info.plist.in b/packages/darwin_app/Info.plist.in
index 7f38d7fa..79c9cc75 100644
--- a/packages/darwin_app/Info.plist.in
+++ b/packages/darwin_app/Info.plist.in
@@ -25,6 +25,10 @@
</array>
<key>CFBundleExecutable</key>
<string>PD_APP_NAME</string>
+ <key>CFBundleLocalizations</key>
+ <array>
+ CFBUNDLELOCALIZATIONS
+ </array>
<key>CFBundleIconFile</key>
<string>pd.icns</string>
<key>CFBundleIdentifier</key>