Skip to content

Commit

Permalink
feat: import locales from boilerplate entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Jul 27, 2024
1 parent 64e1ec9 commit cb2cc0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/config/init/entrypoint.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { useDataQuery } from '@dhis2/app-runtime'
import i18n from '@dhis2/d2-i18n'
import React from 'react'
import classes from './App.module.css'
// './locales' will be populated after running start or build scripts
import './locales'

const query = {
me: {
Expand Down

0 comments on commit cb2cc0f

Please sign in to comment.