From 093879c1778a525b7aa9b847b58e9ce6604b5acf Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Thu, 13 Apr 2017 09:59:12 -0400 Subject: Fix language export variables (#1689) * Fix naming of JS locale constants * Improve the translation instructions re: const names --- app/assets/javascripts/components/locales/en.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'app/assets/javascripts/components/locales/en.jsx') diff --git a/app/assets/javascripts/components/locales/en.jsx b/app/assets/javascripts/components/locales/en.jsx index 1834567f1..740caef9d 100644 --- a/app/assets/javascripts/components/locales/en.jsx +++ b/app/assets/javascripts/components/locales/en.jsx @@ -5,6 +5,7 @@ * 1. to add your new string here; and * 2. to remove old strings that are no longer needed; and * 3. to sort the strings by the key. + # 4. To rename the `en` const name and export default name to match your locale. * Thanks! */ const en = { -- cgit