Skip to content

Commit

Permalink
Disable missing translation handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Markionium committed Dec 5, 2016
1 parent 700f708 commit 70937e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/manifest.webapp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "1.3.1",
"name": "Data Approval",
"description": "Approvals app for PEPFAR",
"icons": {
Expand All @@ -11,7 +11,7 @@
"company": "DHIS2 Core Team",
"email": "[email protected]"
},
"launch_path": "index.html?v=1.3.0",
"launch_path": "index.html?v=1.3.1",
"default_locale": "en",
"activities": {
"dhis": {
Expand Down
1 change: 0 additions & 1 deletion src/vendor/d2js/dist/js/d2.js
Original file line number Diff line number Diff line change
Expand Up @@ -2757,7 +2757,6 @@ translateApiService.$inject = ["$q", "$translate", "apiConfig", "$timeout", "$ht
function translateConfig($translateProvider) {
$translateProvider.useLoader('d2LanguageLoader');
$translateProvider.preferredLanguage('en');
$translateProvider.useMissingTranslationHandler('d2MissingTranslationHandler');
}
translateConfig.$inject = ["$translateProvider"];

Expand Down

0 comments on commit 70937e6

Please sign in to comment.