Skip to content

Commit

Permalink
i18n: mark str for browse.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Samk13 committed Nov 27, 2024
1 parent 12cf0f7 commit 716f80a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* This file is part of Invenio.
* Copyright (C) 2024 CERN.
* Copyright (C) 2024 KTH Royal Institute of Technology.
*
* Invenio is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -10,6 +11,7 @@ import React from "react";
import ReactDOM from "react-dom";
import { i18next } from "@translations/invenio_app_rdm/i18next";
import _get from "lodash/get";
import { i18next } from "@translations/invenio_app_rdm/i18next";

import { CommunitiesCardGroup } from "@js/invenio_communities/community";

Expand Down

0 comments on commit 716f80a

Please sign in to comment.