Skip to content

Commit

Permalink
removes en-us locale
Browse files Browse the repository at this point in the history
  • Loading branch information
langz committed Nov 18, 2024
1 parent 0b1dfff commit d188d66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/dnb-eufemia/src/shared/locales/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
// import default locales
import nbNO from './nb-NO'
import enGB from './en-GB'
import enUS from './en-US'

const locales = { ...nbNO, ...enGB, ...enUS }
const locales = { ...nbNO, ...enGB }

export type TranslationsNbNO = (typeof locales)['nb-NO']
export type TranslationsEnGB = (typeof locales)['en-GB']
export type TranslationsEnUS = (typeof locales)['en-US']

export default locales

0 comments on commit d188d66

Please sign in to comment.