summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-05-23 08:11:29 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-05-23 08:11:29 +0000
commit9c230e69fe75ec29229e9298af3a262796bea6cb (patch)
tree0fd42c114f0b6e62ba11c088d4e56616ae380310
parente1407df4a1943efefd34e152db3ef1a8281a305d (diff)
parent6468d99bdf599c5c464b9ece836700f6c900fbd0 (diff)
downloadgitlab-ce-9c230e69fe75ec29229e9298af3a262796bea6cb.tar.gz
Merge branch 'docs-adriel-add-namespace-pascal-case-note' into 'master'
Add namespace PascalCase note to docs See merge request gitlab-org/gitlab-ce!28624
-rw-r--r--doc/development/i18n/externalization.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/i18n/externalization.md b/doc/development/i18n/externalization.md
index 38d56322de8..38425674567 100644
--- a/doc/development/i18n/externalization.md
+++ b/doc/development/i18n/externalization.md
@@ -195,6 +195,7 @@ For example use `%{created_at}` in Ruby but `%{createdAt}` in JavaScript.
Sometimes you need to add some context to the text that you want to translate
(if the word occurs in a sentence and/or the word is ambiguous).
+Namespaces should be PascalCase.
- In Ruby/HAML: