Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
iOvergaard committed Aug 11, 2023
1 parent 9ace8c1 commit 74e3b80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shared/lit-element/lit-element.element.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { LitElement, property } from '@umbraco-cms/backoffice/external/lit';
import { UmbElementMixin } from '@umbraco-cms/backoffice/element-api';

// TODO: Currently we don't check if the `lang` is registered in the backoffice. We should do that. We can do that by checking if the `lang` is in the `languages` array of the `language` resource and potentially make sure that UmbTranslationRegistry only loads the translations and some other mechanism reloads to another language (currently it does both)

/**
* The base class for all Umbraco LitElement elements.
*
Expand Down

0 comments on commit 74e3b80

Please sign in to comment.