Skip to content

Commit

Permalink
Adjust getGettextBuilder import
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <[email protected]>
  • Loading branch information
raimund-schluessler authored Jan 31, 2023
1 parent bf7f3ba commit 4586266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/l10n.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getGettextBuilder } from '@nextcloud/l10n/dist/gettext.js'
import { getGettextBuilder } from '@nextcloud/l10n/gettext'

const gtBuilder = getGettextBuilder()
.detectLocale()
Expand Down

0 comments on commit 4586266

Please sign in to comment.