Skip to content

Commit

Permalink
Added extra languages to languageEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed Jul 30, 2024
1 parent 7e426d3 commit b25dff2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/oslo-generator-html/lib/utils/languageEnum.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export enum Languages {
nl = 'nl',
en = 'en',
de = 'de',
fr = 'fr',
es = 'es',
}

0 comments on commit b25dff2

Please sign in to comment.