Code Monkey home page Code Monkey logo

innlocalize's Introduction

INNLocalize

Application aims create three platform string files (android,ios,windows phone) from an excel file.For this purpose you can use console or gui version.(for console version change localizeGui branch to master branch.) #Overview INNLocalize is a java application for convert an excel file to different formats(For android .properties extension, for iOS .string extension, for windows phone .resx extension). Giving excel file must consists of key and value pair (One column must represents keys and the other one must values). Excel supported read formats:

  • Microsoft Excel 97(-2007) (BIFF8) .xls
  • Microsoft Excel Template (.xlt,.xltx)
  • Microsoft Excel XML (2007+) (OOXML) .xlsx file formats.

Application produces three files from every sheet in excel and imports giving sheet name as these different formats files name and locates them which is related platform's folder. #Running Working on CMD or Terminal, firstly need to produce runnable jar file or can use runnableConsole.jar in git and can skip Running on Console part, instead of produce new runnable jar. ###Creating New Runnable Jar File After adding source code and external jars to eclipse (while this project was creating , external jars used in eclipse so these jars were added to git for achieve jars very easy.) Then right click your project and click export ->Runnable jar file , expand the "Java" folder and double click the "Runnable JAR file" option. ###Running on Console After created jar file type on command prompt

$ java -jar <jar file path>

eg $ java -jar /Users/username/Desktop/test.jar

After jar file is run, drop excel file, which you want to convert, on Terminal (or CMD).

    drop excel file you want to read 
   /Users/username/desktop/Book1.xlsx 

then add destination path

   enter destination path
   /Users/username/desktop

Finally all these steps , files which they're in different formats (.properties,.string,.resx) will be located under relational platform folder with their zip files.

innlocalize's People

Contributors

gizemhazar avatar

Stargazers

Ridvan Kuccuk avatar Erk Ekin avatar

Watchers

 avatar

Forkers

erkekin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.