Commit bbe9cca1 authored by Miguel Rincon's avatar Miguel Rincon

Remove ambiguous l10n namespace documentation

parent 9eaa0743
...@@ -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