Class MergeTranslations


  • public class MergeTranslations
    extends java.lang.Object
    Merge some translation updates.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      private static java.util.Map<java.lang.String,​java.lang.String> readFile​(java.io.File file)  
      • Methods inherited from class java.lang.Object

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

      • MergeTranslations

        public MergeTranslations()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • readFile

        private static java.util.Map<java.lang.String,​java.lang.String> readFile​(java.io.File file)