Skip to content

Commit

Permalink
Merge pull request #26 from EyeSeeTea/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
ifoche authored Jun 24, 2020
2 parents 989cb21 + b4646c5 commit 0121e8b
Show file tree
Hide file tree
Showing 144 changed files with 8,644 additions and 1,701 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ cypress/videos/

# Custom
bak

.vscode
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,20 @@ Cypress Dashboard: https://dashboard.cypress.io/projects/49be3z

## Build app ZIP

This project can generate two app zips.

To generate the admin app:

```
$ yarn build-webapp
```

To generate the importer app:

```
$ yarn build-importer
```

## Some development tips

### Structure
Expand All @@ -72,9 +82,19 @@ $ yarn build-webapp

### i18n

#### Update an existing language

```
$ yarn update-po
# ... add/edit translations in i18n/*.po files ...
# ... add/edit translations in po files ...
$ yarn localize
```

#### Create a new language

```
$ cp i18n/en.pot i18n/es.po
# ... add translations to i18n/es.po ...
$ yarn localize
```

Expand Down
Loading

0 comments on commit 0121e8b

Please sign in to comment.