diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 569bdc1..c434e6d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,16 +1,7 @@ - - - - - - - - - - + @@ -60,8 +51,9 @@ DEFINITION_ORDER + @@ -88,6 +80,8 @@ + + @@ -164,8 +158,6 @@ - - @@ -174,7 +166,6 @@ - @@ -465,27 +456,27 @@ - + - + - - - + + + @@ -513,104 +504,160 @@ - + + + + + + - - - + + - + + + + + + + + + + + + + + + + + + + + + + - - + - - - + + + + + - - - + + + + + - - - + + + + + - + + - - + + - + - - + + - + - - - + + - + - - - + + - + - - - + + - + - - - + + - + - - - + + - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - @@ -618,7 +665,6 @@ - @@ -626,7 +672,6 @@ - @@ -634,7 +679,6 @@ - @@ -642,7 +686,6 @@ - @@ -650,25 +693,14 @@ - - - - - - - - - + - - - @@ -676,7 +708,6 @@ - @@ -684,7 +715,6 @@ - @@ -692,9 +722,6 @@ - - - @@ -702,7 +729,6 @@ - @@ -710,7 +736,6 @@ - @@ -718,7 +743,6 @@ - diff --git a/README.md b/README.md index 554f653..e45648d 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,18 @@ change to xlrd-1.0.0 directory,run ``` sudo python setup.py install ``` ###3.use python file python Localizable.py -f xxx/xxx -t xxx/xxx.xls :convert iOS Localizable.strings files to xls file +![stoeu](https://github.com/CatchZeng/Localizable.strings2Excel/blob/master/imgs/stoeu.jpg) + + python LocalizableBack.py -f xxx/xxx.xls -t xxx/xxx :convert xls file to iOS Localizable.strings files & Android strings.xml files +![etosu](https://github.com/CatchZeng/Localizable.strings2Excel/blob/master/imgs/etosu.jpg) + + python LocalizableToStringXml.py -f xxx/xxx.strings -t xxx/xxx.xml : convert Localizable.strings to strings.xml file +![stoau](https://github.com/CatchZeng/Localizable.strings2Excel/blob/master/imgs/stoau.jpg) + ---- ## Localizable.strings2Excel @@ -103,6 +111,12 @@ iOS本地化文件(Localizable.strings)与Excel互相转换 & Localizable.st python Localizable.py -f xxx/xxx -t xxx/xxx.xls :将多个国家的iOS Localizable.strings文件一起转换成xls文件 +![stoeu](https://github.com/CatchZeng/Localizable.strings2Excel/blob/master/imgs/stoeu.jpg) + python LocalizableBack.py -f xxx/xxx.xls -t xxx/xxx :将xls文件转换成多个国家Localizable.strings文件 & Android 多个国家的strings.xml文件 +![etosu](https://github.com/CatchZeng/Localizable.strings2Excel/blob/master/imgs/etosu.jpg) + python LocalizableToStringXml.py -f xxx/xxx.strings -t xxx/xxx.xml : 将单个Localizable.strings转换成strings.xml文件 + +![stoau](https://github.com/CatchZeng/Localizable.strings2Excel/blob/master/imgs/stoau.jpg) diff --git a/imgs/etosu.jpg b/imgs/etosu.jpg new file mode 100644 index 0000000..d418512 Binary files /dev/null and b/imgs/etosu.jpg differ diff --git a/imgs/stoau.jpg b/imgs/stoau.jpg new file mode 100644 index 0000000..67a3530 Binary files /dev/null and b/imgs/stoau.jpg differ diff --git a/imgs/stoe.jpg b/imgs/stoe.jpg index e9c4451..8f4df86 100644 Binary files a/imgs/stoe.jpg and b/imgs/stoe.jpg differ diff --git a/imgs/stoeu.jpg b/imgs/stoeu.jpg new file mode 100644 index 0000000..64726da Binary files /dev/null and b/imgs/stoeu.jpg differ