Skip to content

Commit d526964

Browse files
sdk: Add constant for new translations index file (TEDEFO-2707)
This file was added in SDK 1.10.0, so put a comment to indicate this.
1 parent ebd3c69 commit d526964

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/main/java/eu/europa/ted/eforms/sdk/SdkConstants.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ public enum SdkResource implements PathResource {
5656
* Internationalisation, labels.
5757
*/
5858
TRANSLATIONS(Path.of("translations")), //
59+
/**
60+
* The index file for translations, only present in SDK 1.10.0 and later.
61+
*/
62+
TRANSLATIONS_JSON(Path.of("translations", "translations.json")), //
5963

6064
VIEW_TEMPLATES(Path.of("view-templates")), //
6165
VIEW_TEMPLATES_JSON(Path.of("view-templates", "view-templates.json"));

0 commit comments

Comments
 (0)