Skip to content

v2.0.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 02:15

Version 2.0.3 of WorldLangEdit has been released.

Changelog:

  • JsonTool: introduced add-string command to add an untranslated string to every JSON file.
    Example: .\jsontool.exe add-string D:\Development\WorldUnited.gg\localization TEST_STRING "Test value"
  • JsonTool: introduced remove-string command to remove a string from every JSON file.
    Example: .\jsontool.exe remove-string D:\Development\WorldUnited.gg\localization TEST_STRING
  • JsonTool: introduced hash command to calculate the BIN-hash of a given string.
    Example: .\jsontool.exe hash TEST_STRING
    Example output: Hash of 'TEST_STRING': 0x4adab115 (1255846165)