diff --git a/DeveloperGuide.md b/DeveloperGuide.md index bbf8b8677..32d480f5c 100644 --- a/DeveloperGuide.md +++ b/DeveloperGuide.md @@ -541,7 +541,7 @@ This would generate n entries of tr for each person in exampleData ```html ``` diff --git a/README.md b/README.md index e54ad28bb..a0d941343 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Visit our comprehensive documentation at [docs.stirlingpdf.com](https://docs.sti ## Supported Languages -Stirling-PDF currently supports 39 languages! +Stirling-PDF currently supports 40 languages! | Language | Progress | | -------------------------------------------- | -------------------------------------- | @@ -156,7 +156,7 @@ Stirling-PDF currently supports 39 languages! | Turkish (Türkçe) (tr_TR) | ![97%](https://geps.dev/progress/97) | | Ukrainian (Українська) (uk_UA) | ![96%](https://geps.dev/progress/96) | | Vietnamese (Tiếng Việt) (vi_VN) | ![73%](https://geps.dev/progress/73) | - +| Malayalam (മലയാളം) (ml_ML) | ![99%](https://geps.dev/progress/99) | ## Stirling PDF Enterprise diff --git a/src/main/java/stirling/software/SPDF/EE/EEAppConfig.java b/src/main/java/stirling/software/SPDF/EE/EEAppConfig.java index 0bbb531ef..dd08816e5 100644 --- a/src/main/java/stirling/software/SPDF/EE/EEAppConfig.java +++ b/src/main/java/stirling/software/SPDF/EE/EEAppConfig.java @@ -33,7 +33,7 @@ public class EEAppConfig { public boolean runningProOrHigher() { return licenseKeyChecker.getPremiumLicenseEnabledResult() != License.NORMAL; } - + @Bean(name = "license") public String licenseType() { return licenseKeyChecker.getPremiumLicenseEnabledResult().name(); diff --git a/src/main/java/stirling/software/SPDF/config/AppConfig.java b/src/main/java/stirling/software/SPDF/config/AppConfig.java index 5b52ed3a5..fd55a471d 100644 --- a/src/main/java/stirling/software/SPDF/config/AppConfig.java +++ b/src/main/java/stirling/software/SPDF/config/AppConfig.java @@ -36,7 +36,7 @@ public class AppConfig { private final ApplicationProperties applicationProperties; private final Environment env; - + @Bean @ConditionalOnProperty(name = "system.customHTMLFiles", havingValue = "true") public SpringTemplateEngine templateEngine(ResourceLoader resourceLoader) { @@ -197,12 +197,12 @@ public class AppConfig { public String uuid() { return applicationProperties.getAutomaticallyGenerated().getUUID(); } - + @Bean(name = "disablePixel") public boolean disablePixel() { return Boolean.getBoolean(env.getProperty("DISABLE_PIXEL")); } - + @Bean(name = "machineType") public String determineMachineType() { try { diff --git a/src/main/resources/templates/adminSettings.html b/src/main/resources/templates/adminSettings.html index da4d16c1c..9d0cff6f0 100644 --- a/src/main/resources/templates/adminSettings.html +++ b/src/main/resources/templates/adminSettings.html @@ -51,7 +51,7 @@ Change User's Role - analytics @@ -316,4 +316,4 @@ - \ No newline at end of file + diff --git a/src/main/resources/templates/security/redact.html b/src/main/resources/templates/security/redact.html index 707ddac17..68410f79c 100644 --- a/src/main/resources/templates/security/redact.html +++ b/src/main/resources/templates/security/redact.html @@ -19,7 +19,7 @@ - + @@ -695,4 +695,4 @@ - \ No newline at end of file +