diff --git a/README.md b/README.md index b466355b38..e27762f7e2 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,5 @@ # Translations - WIP -Some files has been overwriteen after merging with develop, will revisit later: - -- locales/nl/app.json -- locales/bg/app.json - ------------------ - ## How to add a new language - All the old files in `/locales` has been moved to `/locales_old`. - New files must have a `languageName` property (translated or not in english? Italian or Italiano?) and strings that have to be accessed in a `.js` file must be placed inside the `clientSideStrings` of `app.json`. diff --git a/public/js/controllers/rootCtrl.js b/public/js/controllers/rootCtrl.js index 81d84e4ba0..eab96974a5 100644 --- a/public/js/controllers/rootCtrl.js +++ b/public/js/controllers/rootCtrl.js @@ -11,8 +11,6 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$ $rootScope.user = User.user; $rootScope.settings = User.settings; - $rootScope.translations = window.env.translations; - // Angular UI Router $rootScope.$state = $state; $rootScope.$stateParams = $stateParams;