From 6468d99bdf599c5c464b9ece836700f6c900fbd0 Mon Sep 17 00:00:00 2001 From: Adriel Santiago Date: Thu, 23 May 2019 08:11:28 +0000 Subject: Add namespace PascalCase note to docs --- doc/development/i18n/externalization.md | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.1