Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
[Docs] Fixes #27 - Check For Blockquotes In Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
froschdesign committed Jan 20, 2016
1 parent 19e2258 commit e3eea9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/book/zend.i18n.filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ echo $filter->filter("This is (my) content: 123");
// Returns "This is my content 123"
```

> ## Note
> ### Note
`Alnum` works on almost all languages, except: Chinese, Japanese and Korean. Within these languages
the english alphabet is used instead of the characters from these languages. The language itself is
detected using the `Locale`.
Expand Down Expand Up @@ -79,7 +79,7 @@ echo $filter->filter("This is (my) content: 123");
// Returns "This is my content "
```

> ## Note
> ### Note
`Alpha` works on almost all languages, except: Chinese, Japanese and Korean. Within these languages
the english alphabet is used instead of the characters from these languages. The language itself is
detected using the `Locale`.
Expand Down
2 changes: 1 addition & 1 deletion doc/book/zend.i18n.translating.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ the translations. If the text domain is omitted, it will default to the "default
specifies which language the translated strings are from and is only required for formats which
contain translations for a single locale.

> ## Note
> ### Note
For each text domain and locale combination, there can only be one file loaded. Every successive
file would override the translations which were loaded prior.

Expand Down

0 comments on commit e3eea9c

Please sign in to comment.