Commit 326ac507 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'doc-namespace-example-improvement' into 'master'

Remove ambiguous l10n namespace documentation

See merge request gitlab-org/gitlab!33359
parents 7418c7de bbe9cca1
...@@ -263,7 +263,7 @@ n_("%{project_name}", "%d projects selected", count) % { project_name: 'GitLab' ...@@ -263,7 +263,7 @@ n_("%{project_name}", "%d projects selected", count) % { project_name: 'GitLab'
A namespace is a way to group translations that belong together. They provide context to our translators by adding a prefix followed by the bar symbol (`|`). For example: A namespace is a way to group translations that belong together. They provide context to our translators by adding a prefix followed by the bar symbol (`|`). For example:
```ruby ```ruby
_('Namespace|Translated string') 'Namespace|Translated string'
``` ```
A namespace provide the following benefits: A namespace provide the following benefits:
......
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