提交 601eb8df 编写于 作者: A Achilleas Pipinellis

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

Add note for variable usage in singular

See merge request gitlab-org/gitlab-ce!20286
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册