Skip to content

Commit

Permalink
Merge pull request #9 from dhis2/fix-import-locales
Browse files Browse the repository at this point in the history
fix: import src/locales/index.js
  • Loading branch information
mediremi authored Jul 7, 2021
2 parents de88cd2 + cbf4feb commit e1a36d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile

- name: Generate translations
run: yarn d2-app-scripts i18n generate

- name: Lint
run: yarn lint

Expand Down
1 change: 1 addition & 0 deletions src/app/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { App } from './app.js'
import '../locales/index.js'

export default App

0 comments on commit e1a36d8

Please sign in to comment.