-
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.
handle translations for bibliography facet items with own language fi…
…elds
- Loading branch information
thomas-sc
committed
Jan 14, 2025
1 parent
d0222a5
commit 2586601
Showing
3 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
<xliff version="1.0"> | ||
<file source-language="en" datatype="plaintext" original="EXT:liszt_bibliography/Resources/Private/Language/bibliographylang.xlf" date="2025-01-14T13:20:31Z" product-name="liszt_bibliography"> | ||
<header/> | ||
<body> | ||
<trans-unit id="itemType" > | ||
<source>Typ</source> | ||
</trans-unit> | ||
<trans-unit id="tx_lisztbibliography_creators" > | ||
<source>Beteiligte</source> | ||
</trans-unit> | ||
<trans-unit id="date" > | ||
<source>Datum</source> | ||
</trans-unit> | ||
<trans-unit id="language" > | ||
<source>Sprache</source> | ||
</trans-unit> | ||
<trans-unit id="publicationTitle" > | ||
<source>Journaltitel</source> | ||
</trans-unit> | ||
<trans-unit id="itemType_book" > | ||
<source>Buch</source> | ||
</trans-unit> | ||
<trans-unit id="itemType_journalArticle" > | ||
<source>Journal</source> | ||
</trans-unit> | ||
<trans-unit id="itemType_bookSection" > | ||
<source>Buchbereich</source> | ||
</trans-unit> | ||
<trans-unit id="itemType_thesis" > | ||
<source>Abschlussarbeit</source> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
<xliff version="1.0"> | ||
<file source-language="en" datatype="plaintext" original="EXT:liszt_bibliography/Resources/Private/Language/bibliographylang.xlf" date="2025-01-14T13:20:31Z" product-name="liszt_bibliography"> | ||
<header/> | ||
<body> | ||
<trans-unit id="itemType" > | ||
<source>Kategorie</source> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |