Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
ffd3f8b1
Commit
ffd3f8b1
authored
Nov 13, 2012
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some extern references to checks documentation
parent
b7a9dc5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
docs/usage.rst
docs/usage.rst
+11
-0
No files found.
docs/usage.rst
View file @
ffd3f8b1
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment