Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Added Danish locales to rollup.config.js (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrandsborg committed Jul 21, 2021
1 parent 6c80753 commit 02400a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import serve from 'rollup-plugin-serve';
import styles from 'rollup-plugin-styles';
import { terser } from 'rollup-plugin-terser';

const BUNDLED_LOCALES = ['de', 'en-gb', 'en-us', 'es', 'fr', 'it', 'nl', 'pl', 'pt', 'ru'];
const BUNDLED_LOCALES = ['da', 'de', 'en-gb', 'en-us', 'es', 'fr', 'it', 'nl', 'pl', 'pt', 'ru'];

const isProduction = process.env.PRODUCTION === 'true';
const outDir = 'build';
Expand Down

0 comments on commit 02400a1

Please sign in to comment.