Commit ffd3f8b1 authored by Michal Čihař's avatar Michal Čihař

Add some extern references to checks documentation

parent b7a9dc5a
...@@ -250,6 +250,8 @@ Trailing ellipsis ...@@ -250,6 +250,8 @@ Trailing ellipsis
Source and translation do not both end with an ellipsis. This only checks for Source and translation do not both end with an ellipsis. This only checks for
real ellipsis (`\u2026`) not for three commas (`...`). real ellipsis (`\u2026`) not for three commas (`...`).
.. seealso:: https://en.wikipedia.org/wiki/Ellipsis
.. _check-python-format: .. _check-python-format:
Python format Python format
...@@ -257,6 +259,8 @@ Python format ...@@ -257,6 +259,8 @@ Python format
Python format string does not match source. Python format string does not match source.
.. seealso:: http://docs.python.org/2.7/library/stdtypes.html#string-formatting
.. _check-php-format: .. _check-php-format:
PHP format PHP format
...@@ -264,6 +268,8 @@ PHP format ...@@ -264,6 +268,8 @@ PHP format
PHP format string does not match source. PHP format string does not match source.
.. seealso:: http://www.php.net/manual/en/function.sprintf.php
.. _check-c-format: .. _check-c-format:
C format C format
...@@ -271,6 +277,8 @@ C format ...@@ -271,6 +277,8 @@ C format
C format string does not match source. C format string does not match source.
.. seealso:: https://en.wikipedia.org/wiki/Printf_format_string
.. _check-plurals: .. _check-plurals:
Missing plurals Missing plurals
...@@ -319,6 +327,7 @@ Zero-width space ...@@ -319,6 +327,7 @@ Zero-width space
Translation contains extra zero-width space (<U+200B>) character. This Translation contains extra zero-width space (<U+200B>) character. This
character is usually inserted by mistake. character is usually inserted by mistake.
.. seealso:: https://en.wikipedia.org/wiki/Zero-width_space
.. _check-xml-tags: .. _check-xml-tags:
...@@ -358,3 +367,5 @@ Ellipsis ...@@ -358,3 +367,5 @@ Ellipsis
The string uses three dots (...) instead of an ellipsis character (…). Using The string uses three dots (...) instead of an ellipsis character (…). Using
unicode character is in most cases better approach and looks better. unicode character is in most cases better approach and looks better.
.. seealso:: https://en.wikipedia.org/wiki/Ellipsis
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment