Skip to content

Commit

Permalink
Revert "Qa"
Browse files Browse the repository at this point in the history
  • Loading branch information
ommann authored May 15, 2024
1 parent 0f9451e commit 6b7118b
Show file tree
Hide file tree
Showing 33 changed files with 12,892 additions and 9,322 deletions.
28 changes: 18 additions & 10 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,17 +146,9 @@
}
},
"extract-i18n": {
"builder": "ng-extract-i18n-merge:ng-extract-i18n-merge",
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "research-fi:build",
"format": "xlf",
"includeContext": false,
"sort": "stableAppendNew",
"outputPath": "src/i18n",
"targetFiles": [
"messages.en.xlf",
"messages.sv.xlf"
]
"browserTarget": "research-fi:build"
}
},
"test": {
Expand Down Expand Up @@ -222,6 +214,22 @@
}
},
"defaultConfiguration": ""
},
"xliffmerge": {
"builder": "@ngx-i18nsupport/tooling:xliffmerge",
"options": {
"xliffmergeOptions": {
"i18nFormat": "xlf",
"srcDir": "src/i18n",
"genDir": "src/i18n",
"defaultLanguage": "fi",
"languages": [
"fi",
"sv",
"en"
]
}
}
}
}
},
Expand Down
Loading

0 comments on commit 6b7118b

Please sign in to comment.