Skip to content
Snippets Groups Projects
Commit 601eb8df authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'bvl-externalize-singular-docs' into 'master'

Add note for variable usage in singular

See merge request gitlab-org/gitlab-ce!20286
parents f56c4fad 26c8f137
No related branches found
No related tags found
2 merge requests!6362Prepare 11.1 RC3 EE release,!6359CE upstream - 2018-07-03 09:22 UTC
......@@ -174,6 +174,8 @@ For example use `%{created_at}` in Ruby but `%{createdAt}` in JavaScript.
# => When size == 2: 'There are 2 mice.'
```
Avoid using `%d` or count variables in sigular strings. This allows more natural translation in some languages.
- In JavaScript:
```js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment