Skip to content

Commit 438da2a

Browse files
committed
Updated read me
1 parent 51fad83 commit 438da2a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Readme.markdown

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ DTLocalizableStringScanner
33

44
This project aims to duplicate and enhance the functionality found in the `genstrings` utility provided by Apple. The Demo builds a command line utility `genstrings2` which works like the original but using more modern techniques. The Core contains classes and categories to add this scanning functionality to Linguan.
55

6-
Follow [@cocoanetics](http://twitter.com/cocoanetics) on Twitter.
7-
86
License
97
-------
108

@@ -13,10 +11,6 @@ It is open source and covered by a standard BSD license. That means you have to
1311
Known Issues
1412
------------
1513

16-
Documentation on the inner workings of `genstrings` is non-existent, so there is lots of guessing involved.
17-
18-
- so far no deduplication is done, genstrings only writes a token with exactly same comment and key once.
19-
- if a token differs but has same key genstrings emits a warning, we ignore that
20-
- genstrings seems to internally unescape character sequences, we just copy them as they are. This causes the sort order to differ with non-alpha characters.
14+
As far as we know all uses cases are implemented and working. If you find an issue then you are welcome to fix it and contribute your fix via a GitHub pull request.
2115

22-
If you find an issue then you are welcome to fix it and contribute your fix via a GitHub pull request.
16+
Follow [@cocoanetics](http://twitter.com/cocoanetics) on Twitter.

0 commit comments

Comments
 (0)