Skip to content

Commit

Permalink
Build German and Arabic translations
Browse files Browse the repository at this point in the history
  • Loading branch information
NTag committed Nov 18, 2018
1 parent 8778fae commit a47dfce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ ng build --aot --output-path dist/tr --locale tr --i18n-format xlf --i18n-file s
ng build --aot --output-path dist/ja --locale ja --i18n-format xlf --i18n-file src/locale/messages.ja.xlf --base-href './'
ng build --aot --output-path dist/es --locale es --i18n-format xlf --i18n-file src/locale/messages.es.xlf --base-href './'
ng build --aot --output-path dist/pt --locale pt --i18n-format xlf --i18n-file src/locale/messages.pt.xlf --base-href './'
ng build --aot --output-path dist/de --locale de --i18n-format xlf --i18n-file src/locale/messages.de.xlf --base-href './'
ng build --aot --output-path dist/ar --locale ar --i18n-format xlf --i18n-file src/locale/messages.ar.xlf --base-href './'

0 comments on commit a47dfce

Please sign in to comment.