Package jadx.gui.utils.tools
Class SyncNLSLines
- java.lang.Object
-
- jadx.gui.utils.tools.SyncNLSLines
-
public class SyncNLSLines extends java.lang.ObjectAutomatically synchronizes i18n files with a reference (EN) file. - Adds new lines from the reference file (commented out) to other language files. - Removes lines from other language files that are not present in the reference file. - Updates commented-out empty translations in other files with the reference text (commented).
-
-
Constructor Summary
Constructors Constructor Description SyncNLSLines()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)
-