We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1849f52 + d526964 commit d5a28b7Copy full SHA for d5a28b7
1 file changed
src/main/java/eu/europa/ted/eforms/sdk/SdkConstants.java
@@ -56,6 +56,10 @@ public enum SdkResource implements PathResource {
56
* Internationalisation, labels.
57
*/
58
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")), //
63
64
VIEW_TEMPLATES(Path.of("view-templates")), //
65
VIEW_TEMPLATES_JSON(Path.of("view-templates", "view-templates.json"));
0 commit comments