This project was generated with Angular CLI version 8.3.8.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
If you want to contribute translations to Blueprintnotincluded, you can edit files of your language in i18n. You can use Poedit to edit those XLF files. If the file for your language is not there, please create an issus. Alternatively you can add it by yourself in the following steps:
- add your language in the
languages
field of xliffmerge.json - Run
npm run extract-i18n
- Add your language in angular.json(
projects.blueprintnotincluded.i18n.locales
) - To translate the in-game names (elements and buildings name etc.), an in-game string file (.po) should be added to src\assets\strings. It should also be mentioned in game-string-service.ts.
- (Optional) To sever a localized build, a new configuration in angular.json is needed.
- (Optional) Finally you can add the new language to the top manual.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.