From 933831a2a83df7e3a3cacbd6e2566932674708a8 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 4 Nov 2016 14:11:00 +0100 Subject: [PATCH] add a comment about _languageName --- customize.dist/translations/messages.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index 54704a245..61880205a 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -1,6 +1,8 @@ define(function () { var out = {}; + // translations must set this key for their language to be available in + // the language dropdowns that are shown throughout Cryptpad's interface out._languageName = 'English'; out.main_title = "Cryptpad: Zero Knowledge, Collaborative Real Time Editing";