Skip to content

Commit e994cee

Browse files
committed
removing incorrect highlighting on code-blocks
1 parent 81f71eb commit e994cee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nslocalizer/version_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
remote_origin = 'git@github.com:samdmarshall/nslocalizer.git'
2-
commit_hash = '9527d8b'
2+
commit_hash = '81f71eb'

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ There are a number of flags that can be passed to modify the behavior of **pycon
5151
## Example
5252

5353
Find missing translation strings:
54-
```bash
54+
```
5555
$ nslocalizer --project Foo.xcodeproj --target MyNewApp --find-missing
5656
/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
5757
/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
5858
```
5959

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

0 commit comments

Comments
 (0)