From 72bd7adba34f4c2cd782880e6aabebdae497cf42 Mon Sep 17 00:00:00 2001 From: Liew Jun Tung Date: Mon, 22 May 2017 02:25:44 +0800 Subject: [PATCH] updated README --- Kotlin-XML-CSV-Parser | 2 +- README.md | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Kotlin-XML-CSV-Parser b/Kotlin-XML-CSV-Parser index a33cc68..69405d2 160000 --- a/Kotlin-XML-CSV-Parser +++ b/Kotlin-XML-CSV-Parser @@ -1 +1 @@ -Subproject commit a33cc6877eaf861036e71f6f66cf224c8e5b3815 +Subproject commit 69405d24cb566eb178453a172cbe1f5f13fa9b45 diff --git a/README.md b/README.md index 9cd0d03..5e40bc2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ [![Build Status](https://travis-ci.org/pandawarrior91/Android-strings-xml-csv-converter.svg)](https://travis-ci.org/pandawarrior91/Android-strings-xml-csv-converter) ## Status -It is getting a [rewrite](https://github.com/LiewJunTung/Kotlin-XML-CSV-Parser), stay tuned. +I have written a better [library](https://github.com/LiewJunTung/Kotlin-XML-CSV-Parser) to handle conversion between CSV and XML and back using SQLite and OpenCSV. +It enables users to translate even more words and less prone to errors. ## What does it do? #### It will convert strings.xml, arrays.xml, plurals.xml @@ -32,12 +33,10 @@ Jetbrains IDE ### OR Download and install the IntelliJ or Android Studio Plugin from the jetbrains repository or [here](https://github.com/pandawarrior91/Android-strings-xml-csv-converter/releases/download/v0.10.0/android.xml.csv.parser.plugin.zip) -## NOTE -1. ~~It won't convert arrays and plurals (yet), make sure you save them in other files such as array.xml~~ - ## TODO - [x] Ability to convert arrays and plurals - [x] IntelliJ and Android Studio plugin -- [] Clean up the (very ugly) codes - [x] Enable the application to run in Java version less than 8 - [x] Added support for commas +- [ ] Clean up the (very ugly) codes (in progress) +- [ ] Google Sheets Integration