public abstract class TranslationUtils extends Object
| Constructor and Description |
|---|
TranslationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Map<Locale,File> |
getSupportedTranslationsFiles() |
static void |
updateCustomTranslation(String pathToCustomBundle) |
static void |
updateTranslation() |
static void |
updateTranslation(Boolean runIfFilesExist) |
static void |
updateTranslation(Boolean runIfFilesExist,
Map<Locale,Map<String,String>> additionalTranslations) |
public static void updateTranslation(Boolean runIfFilesExist) throws Exception
Exceptionpublic static void updateTranslation(Boolean runIfFilesExist, Map<Locale,Map<String,String>> additionalTranslations) throws Exception
Exceptionpublic static void updateCustomTranslation(String pathToCustomBundle) throws Exception
ExceptionCopyright © 2022 Suncode. All rights reserved.