Skip to content

Commit d5a28b7

Browse files
Merge pull request #24 from OP-TED/feature/add-constant-for-translations-index
sdk: Add constant for new translations index file (TEDEFO-2707)
2 parents 1849f52 + d526964 commit d5a28b7

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)