mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
refactored translator system to be a require.js module, and not a global
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
/* globals app, define, ajaxify, utils, translator, config */
|
||||
/* globals app, define, ajaxify, utils, config */
|
||||
|
||||
|
||||
define('navigator', ['forum/pagination', 'components'], function(pagination, components) {
|
||||
|
||||
Reference in New Issue
Block a user