Skip to content

Commit

Permalink
cesnet header
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducica committed Dec 12, 2024
1 parent 579f65e commit 577ff23
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// This file is part of React-Invenio-Deposit
// Copyright (C) 2021 Graz University of Technology.
//
// Invenio-app-rdm is free software; you can redistribute it and/or modify it
// under the terms of the MIT License; see LICENSE file for more details.
/*
* Copyright (C) 2024 CESNET z.s.p.o.
*
* oarepo-requests is free software; you can redistribute it and/or
* modify it under the terms of the MIT License; see LICENSE file for more
* details.
*/

import i18n from "i18next";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
// This file was autogenerated with oarepo-tools
import TRANSLATE_CS from "./cs/LC_MESSAGES/translations.json"
import TRANSLATE_EN from "./en/LC_MESSAGES/translations.json"
/*
* Copyright (C) 2024 CESNET z.s.p.o.
*
* oarepo-requests is free software; you can redistribute it and/or
* modify it under the terms of the MIT License; see LICENSE file for more
* details.
*/
import TRANSLATE_CS from "./cs/LC_MESSAGES/translations.json";
import TRANSLATE_EN from "./en/LC_MESSAGES/translations.json";
export const translations = {
cs: { translation: TRANSLATE_CS },
en: { translation: TRANSLATE_EN },
}
cs: { translation: TRANSLATE_CS },
en: { translation: TRANSLATE_EN },
};

0 comments on commit 577ff23

Please sign in to comment.