Skip to content

Releases: ftp27/loco_tool

LocoTool 0.1.2

27 Jun 08:51
Compare
Choose a tag to compare

This update introduces a new feature called "Transform Localization Files," which allows you to modify and customize your localization files effortlessly.

Key Features:

  1. Transform Localization Files: Now you can easily transform your localization files from one location to another using the transform command.

Command Syntax:

$ locotool export [PATH_A] [PATH_B] -s [SORT] -c [CASE]

Parameters:

  • [PATH_A]: Specifies the source path of the localization files.
  • [PATH_B]: Specifies the destination path where the transformed files will be saved.
  • -s [SORT] (Optional): Sorts the keys in the output files. Choose either asc for ascending order or desc for descending order.
  • -c [CASE] (Optional): Changes the case of the keys in the output files. Choose either lower for lowercase or upper for uppercase.

Please note that both the -s and -c parameters are optional. If not provided, the output files will retain their original key order and case.

LocoTool 0.1.1 - Initial Release

13 Jun 09:38
Compare
Choose a tag to compare

This is the initial release of LocoTool, a command-line tool for parsing, validating, and managing localization strings for iOS and Android projects. LocoTool provides various features to simplify localization workflows, including finding duplicate keys, moving lost strings between files, and converting strings between different formats.