mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
This commit is contained in:
@@ -147,6 +147,10 @@
|
||||
}).join('');
|
||||
};
|
||||
|
||||
helpers.localeToHTML = function(locale) {
|
||||
return locale.replace('_', '-');
|
||||
};
|
||||
|
||||
exports.register = function() {
|
||||
var templates;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user