summaryrefslogtreecommitdiff
path: root/data/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'data/js/main.js')
-rw-r--r--data/js/main.js23
1 files changed, 1 insertions, 22 deletions
diff --git a/data/js/main.js b/data/js/main.js
index 79a280c1..23942a17 100644
--- a/data/js/main.js
+++ b/data/js/main.js
@@ -1,26 +1,5 @@
/* This is the main Javascript file. This file is processed by util/jsgen.pl to
- * generate the final JS file(s) used by the site.
- *
- *
- * Internationalization note:
- *
- * The translation keys to be inserted in the generates JS file are parsed
- * from the source code. So when using mt(), make sure it is in the following
- * format:
- * mt('<exact translation key>',<more arguments>
- * or
- * mt('<exact translation key>')
- * The single quotes and (lack of) spaces are significant!
- *
- * To use non-exact translation keys as argument to mt(), make sure to
- * indicate which keys should be inserted in the header by adding a comment
- * containing the following format:
- * l10n /<perl regex>/
- * any keys matching that regex will be included.
- *
- * In the case of an mt('<key>') without any extra arguments, the entire
- * function call may be replaced by the TL string.
- */
+ * generate the final JS file(s) used by the site. */
// Variables from jsgen.pl
VARS = /*VARS*/;