Browse Source

add dutch translation

pull/1291/head
m11tch 3 years ago
parent
commit
721226412f
  1. 16
      angular.json
  2. 1
      apps/client/src/app/pages/account/account-page.html
  3. 2650
      apps/client/src/locales/messages.nl.xlf

16
angular.json

@ -140,6 +140,10 @@
"baseHref": "/it/", "baseHref": "/it/",
"localize": ["it"] "localize": ["it"]
}, },
"development-nl": {
"baseHref": "/nl/",
"localize": ["nl"]
},
"production": { "production": {
"fileReplacements": [ "fileReplacements": [
{ {
@ -187,6 +191,9 @@
"development-it": { "development-it": {
"browserTarget": "client:build:development-it" "browserTarget": "client:build:development-it"
}, },
"development-nl": {
"browserTarget": "client:build:development-nl"
},
"production": { "production": {
"browserTarget": "client:build:production" "browserTarget": "client:build:production"
} }
@ -198,7 +205,7 @@
"browserTarget": "client:build", "browserTarget": "client:build",
"includeContext": true, "includeContext": true,
"outputPath": "src/locales", "outputPath": "src/locales",
"targetFiles": ["messages.de.xlf", "messages.it.xlf"] "targetFiles": ["messages.de.xlf", "messages.it.xlf", "messages.nl.xlf"]
} }
}, },
"lint": { "lint": {
@ -225,6 +232,10 @@
"it": { "it": {
"baseHref": "/it/", "baseHref": "/it/",
"translation": "apps/client/src/locales/messages.it.xlf" "translation": "apps/client/src/locales/messages.it.xlf"
},
"nl": {
"baseHref": "/nl/",
"translation": "apps/client/src/locales/messages.nl.xlf"
} }
}, },
"sourceLocale": "en" "sourceLocale": "en"
@ -364,5 +375,8 @@
"tags": [], "tags": [],
"implicitDependencies": ["ui"] "implicitDependencies": ["ui"]
} }
},
"cli": {
"analytics": false
} }
} }

1
apps/client/src/app/pages/account/account-page.html

@ -133,6 +133,7 @@
<mat-option value="de">Deutsch</mat-option> <mat-option value="de">Deutsch</mat-option>
<mat-option value="en">English</mat-option> <mat-option value="en">English</mat-option>
<mat-option value="it">Italiano</mat-option> <mat-option value="it">Italiano</mat-option>
<mat-option value="nl">Nederlands</mat-option>
</mat-select> </mat-select>
</mat-form-field> </mat-form-field>
</div> </div>

2650
apps/client/src/locales/messages.nl.xlf

File diff suppressed because it is too large
Loading…
Cancel
Save