mscherer 7 years ago
parent
commit
77500b2c95
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/Helper/Typography.md

+ 3 - 3
docs/Helper/Typography.md

@@ -26,6 +26,6 @@ echo $this->Typography->autoTypography($myText);
 ### Configuration
 
 It uses Configure key `'App.language'` by default to detect the output format.
-So if you contain `Configure::write('App.language', 'deu');` in your bootstrap, it will use German ``
-
-
+So if you have `Configure::write('App.language', 'deu');` in your bootstrap, it will use German typography.
+A string `"Interesting Quote"` will then become the German `„Interesting Quote‟`.
+English (US) would be `“Interesting Quote”` and French, for example, `«Interesting Quote»`.