public class TranslationCollector extends Object
| Constructor and Description |
|---|
TranslationCollector() |
| Modifier and Type | Method and Description |
|---|---|
ExportResult |
walkPathsAndCollectTranslationSheets(Collection<String> allPaths,
List<String> translateTo)
Collects message files and given a list of languages to translate to, generates a translation sheet
that contains messages in primary language and possibly existing translated messages, if the translated message
exists for given language and unless invalidated by the change to its primary message.
|
public ExportResult walkPathsAndCollectTranslationSheets(Collection<String> allPaths, List<String> translateTo)
allPaths - paths to message filestranslateTo - list of languages to translate toCopyright © 2025 FG Forrest, a.s.. All rights reserved.