You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.markdown
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@ DTLocalizableStringScanner
3
3
4
4
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.
5
5
6
-
Follow [@cocoanetics](http://twitter.com/cocoanetics) on Twitter.
7
-
8
6
License
9
7
-------
10
8
@@ -13,10 +11,6 @@ It is open source and covered by a standard BSD license. That means you have to
13
11
Known Issues
14
12
------------
15
13
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.
21
15
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