Class SyncNLSLines


  • public class SyncNLSLines
    extends java.lang.Object
    Automatically 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 void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SyncNLSLines

        public SyncNLSLines()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)