Use ; as comments indicator in i18n files

This commit is contained in:
Marcel Klehr 2012-11-20 22:08:42 +01:00
parent 4053ab2dfa
commit 8a23c2ff50
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ document.webL10n = (function(window, document, undefined) {
// token expressions
var reBlank = /^\s*|\s*$/;
var reComment = /^\s*#|^\s*$/;
var reComment = /^\s*;|^\s*$/;// Use ; for comments!
var reSection = /^\s*\[(.*)\]\s*$/;
var reImport = /^\s*@import\s+url\((.*)\)\s*$/i;
var reSplit = /^([^=\s]*)\s*=\s*(.+)$/; // TODO: escape EOLs with '\'