File tree Expand file tree Collapse file tree 1 file changed +24
-8
lines changed Expand file tree Collapse file tree 1 file changed +24
-8
lines changed Original file line number Diff line number Diff line change 1
- # POEditorParser
2
-
3
- A description of this package.
4
-
1
+ # POEditor-Parser
5
2
A simple generator of swift files from a given localized ` strings ` file.
6
3
4
+ [ ![ Release Version] ( https://img.shields.io/github/release/bq/poeditor-parser-swift.svg )] ( https://github.com/bq/poeditor-parser-swift/releases )
5
+ [ ![ Release Date] ( https://img.shields.io/github/release-date/bq/poeditor-parser-swift.svg )] ( https://github.com/bq/poeditor-parser-swift/releases )
6
+ [ ![ Pod] ( https://img.shields.io/cocoapods/v/POEditor-Parser.svg?style=flat )] ( https://cocoapods.org/pods/POEditor-Parser )
7
+ [ ![ Platform] ( https://img.shields.io/cocoapods/p/POEditor-Parser.svg?style=flat )] ( https://cocoapods.org/pods/POEditor-Parser )
8
+ [ ![ GitHub] ( https://img.shields.io/github/license/bq/poeditor-parser-swift.svg )] ( https://github.com/bq/poeditor-parser-swift/blob/master/LICENSE )
9
+
7
10
## Usage
8
11
9
- ` POEditorParser `
12
+ ``` ogdl
13
+ /bin/poe $APITOKEN $PROJECTID $LANGUAGE
14
+ ```
15
+
16
+ ### Options:
17
+ * ` --stringfile ` [ default: Localizable.strings] - The input POEditor strings file directory.
18
+ * ` --swiftfile ` [ default: Literals.swift] - The output Swift file directory.
19
+
20
+ ## Authors & Collaborators
21
+
22
+ * ** [ Edilberto Lopez Torregrosa] ( https://github.com/ediLT ) **
23
+ * ** [ Raúl Pedraza León] ( https://github.com/r-pedraza ) **
24
+ * ** [ Jorge Revuelta] ( https://github.com/minuscorp ) **
25
+ * ** [ Sebastián Varela] ( https://github.com/sebastianvarela ) **
26
+
27
+ ## License
10
28
11
- Options:
12
- --stringfile [ default: Localizable.strings] - The input POEditor strings file directory.
13
- --swiftfile [ default: Literals.swift] - The output Swift file directory.
29
+ POEditor-Parser is available under the Apache 2.0. See the LICENSE file for more info.
You can’t perform that action at this time.
0 commit comments