add a comment about _languageName

pull/1/head
ansuz 2016-11-04 14:11:00 +01:00
parent 439a9981cc
commit 933831a2a8
1 changed files with 2 additions and 0 deletions

View File

@ -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";