Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Commit

Permalink
Added a bit better support for Farsi localization.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMarshallNY committed Oct 11, 2011
1 parent 63d9361 commit b5586fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README
Expand Up @@ -40,6 +40,10 @@ along with this code. If not, see <http://www.gnu.org/licenses/>.

CHANGELIST
----------
= Version 2.1.5 =
* October 10, 2011
* The Farsi localization wasn't being made available, and had to be indicated in the plist file.

= Version 2.1.4 =
* August 30, 2011
* The GMT bug was not a bug. However, there was an issue with the welcome/congratulations not erasing properly. That is fixed.
Expand Down
11 changes: 8 additions & 3 deletions dev/NACC/NACC/NACC-Info.plist
Expand Up @@ -4,6 +4,11 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>fa</string>
</array>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleDocumentTypes</key>
Expand All @@ -27,13 +32,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.1.4</string>
<string>2.1.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<string>NACC</string>
<key>CFBundleURLTypes</key>
<array/>
<key>CFBundleVersion</key>
<string>2.1.4</string>
<string>2.1.5</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile</key>
Expand Down

0 comments on commit b5586fc

Please sign in to comment.