add a comment about _languageName
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
define(function () {
|
define(function () {
|
||||||
var out = {};
|
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._languageName = 'English';
|
||||||
|
|
||||||
out.main_title = "Cryptpad: Zero Knowledge, Collaborative Real Time Editing";
|
out.main_title = "Cryptpad: Zero Knowledge, Collaborative Real Time Editing";
|
||||||
|
|||||||
Reference in New Issue
Block a user