Skip to content

Commit

Permalink
Update cds-feature-attachments and re-use i18n (#442)
Browse files Browse the repository at this point in the history
With version 1.0.6 of the cds-feature-attachments, default UI texts are
provided by the plugin itself.
  • Loading branch information
mofterdinger authored Feb 17, 2025
1 parent 43a9801 commit 8e02df0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
8 changes: 0 additions & 8 deletions app/_i18n/i18n.properties
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,3 @@ AddReview = Add Review
Notes = Notes
Note = Note
ISBN = ISBN
attachment_content = Content
attachment_mimeType = MIME Type
attachment_fileName = File Name
attachment_status = Status
attachment_note = Note
attachment = Cover
attachments = Covers
8 changes: 0 additions & 8 deletions app/_i18n/i18n_de.properties
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,3 @@ AddReview = Rezension hinzufügen
Notes = Notizen
Note = Notiz
ISBN = ISBN

attachment_content = Inhalt
attachment_mimeType = MIME-Typ
attachment_fileName = Dateiname
attachment_status = Status
attachment_note = Notiz
attachment = Buchcover
attachments = Buchcovers
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<cloud.sdk.version>5.15.0</cloud.sdk.version>
<xsuaa.version>3.5.7</xsuaa.version>
<cf-java-logging-support.version>3.8.4</cf-java-logging-support.version>
<cds-feature-attachments.version>1.0.5</cds-feature-attachments.version>
<cds-feature-attachments.version>1.0.6</cds-feature-attachments.version>
</properties>

<modules>
Expand Down

0 comments on commit 8e02df0

Please sign in to comment.