Skip to content

Commit

Permalink
removing incorrect highlighting on code-blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
samdmarshall committed Sep 3, 2016
1 parent 81f71eb commit e994cee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nslocalizer/version_info.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
remote_origin = '[email protected]:samdmarshall/nslocalizer.git'
commit_hash = '9527d8b'
commit_hash = '81f71eb'
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ There are a number of flags that can be passed to modify the behavior of **pycon
## Example

Find missing translation strings:
```bash
```
$ nslocalizer --project Foo.xcodeproj --target MyNewApp --find-missing
/Users/Samantha/Projects/Foo/Foo/Assets/Base.lproj/Localizable.strings:327: warning: String "foo_setup_twitter_integation" missing for: German, Traditional Chinese, European Portuguese, Spanish
/Users/Samantha/Projects/Foo/Foo/Assets/Base.lproj/Localizable.strings:356: warning: String "foo_setup_facebook_integation" missing for: German, Traditional Chinese, European Portuguese, Swedish, Polish, Latin American Spanish, British English, Brazilian Portuguese
```

Find unused translation strings:
```bash
```
$ nslocalizer --project Foo.xcodeproj --target MyNewApp --find-unused
/Users/Samantha/Projects/Foo/Foo/Assets/Base.lproj/Localizable.strings:327: warning: String "foo_setup_twitter_integation" is not used
/Users/Samantha/Projects/Foo/Foo/Assets/Base.lproj/Localizable.strings:356: warning: String "foo_setup_facebook_integation" is not used
Expand Down

0 comments on commit e994cee

Please sign in to comment.