Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: michaelrsweet/stringsutil

v1.2

19 Dec 18:54
3a94142

Choose a tag to compare

StringsUtil v1.2 is now available and is a bug fix release. Changes include:

  • Added -v option to stringsutil report sub-command to show unlocalized strings.
  • Added Windows API support to the sfSetLocale function.
  • Updated the output from stringsutil translate to better show progress.
  • Updated code to work with latest CUPS 2.5/3.0.
  • Fixed a crash bug in stringsutil report when checking format strings.

Enjoy!

v1.1

23 Mar 18:35
3d90cd8

Choose a tag to compare

StringsUtil v1.1 is now available and is a bug fix release. Changes include:

  • Now support building against CUPS 2.x or libcups 3.x.
  • When exporting a C header/source file, the variable name no longer includes directory information.
  • Fixed decoding of JSON Unicode escapes ("\uXXXX").
  • Fixed exporting of quotes in ".strings" files in C header/source files.
  • Now preserve formatting strings when translating.

Enjoy!

v1.0

16 Apr 21:13
64f4617

Choose a tag to compare

StringsUtil v1.0 is now available for download. StringsUtil provides a library for using Apple ".strings" localization files and a utility for managing those files.