-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
12 changes: 7 additions & 5 deletions
12
oarepo_requests/ui/theme/assets/semantic-ui/translations/oarepo_requests_ui/i18next.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 12 additions & 6 deletions
18
...po_requests/ui/theme/assets/semantic-ui/translations/oarepo_requests_ui/messages/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }, | ||
}; |