Skip to content

Commit

Permalink
Added the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed Apr 9, 2015
1 parent ee7fa6e commit 60df3f3
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# String Parser

## Version History
* Version 2.0 - April 08, 2015 (Multiple Language Support, Code Cleanup)
* Version 1.3 - February 20, 2015 (Escaping Quotations)
* Version 1.2 - June 02, 2014 (Error and Warning Messages)
* Version 1.1 - May 27, 2014 (Windows Phone Code Addition)
* Version 1.0 - May 02, 2014 (Initial Code)

## Summary
The String Parser takes an online CSV file and parses the content to produce the Strings files for and Android or iOS app.
It will also show any warnings or errors that the Strings file might have.

## Instructions
To use this:

* Set up your config file (file the instructions in Sample Config.txt
* Have a URL to an online CSV file (recommended: Google Drive file)
* The first column of your file must be the keys
* Any columns containing translations must have a header with the 2 character language Id
* Keys must be unique, not have spaces, and not be null

## Branches
* master: Contains the main code
* dev: Contains WIP code

## Directories
* libs: All of the necessary external libraries (in jar format)
* src: The source code

## Contributors
* Julien Guerinet

##Copyright
Copyright (c) Julien Guerinet. All rights reserved.

0 comments on commit 60df3f3

Please sign in to comment.