Skip to content

Releases: HakanL/resxtranslator

Resx Resource Translator v2.2

12 Feb 17:24
Compare
Choose a tag to compare

Changelog

  • Added upgraded cell editor, thanks to jonilviv.
  • Added Spanish translation, thanks to Xelwon.
  • Added option to automatically load Assemblies from resource directory.
  • Refactored all strings to be localizable.
  • Improved loading speed of reference assemblies.
  • Removed unnecessary code - InprojectTranslator, TranslatorSvc, and dictionary building.
  • Fixed empty values being created in localized resources under some conditions.
  • Fixed "Save/Reload current resource" throwing if no resource is opened.
  • Fixed crash when trying to cancel LoadResourcesFromFolder.
  • Fixed CellEditorShowWhitespace setting having wrong provider and roaming values.
  • Fixed dirty flag not being set if a localized resource has empty fields that will be removed when saving.

Resx Resource Translator v2.1

29 Apr 19:11
Compare
Choose a tag to compare

This is mostly a bugfix release. It contains changes made by NLindbom.

  • Added cell highlighting for search results
  • Added cell highlighting for empty values
  • Added option to only mark keys as translatable if their default value is between [ ] braces
  • Added option to set reference paths to assemblies that will be loaded
  • Changed to write localizable resources only if they are not empty
  • Fixed issue with resource files containing metadata with relative paths
  • Minor interface improvements
  • Minor fixes

Resx Resource Translator v2

25 Mar 21:21
Compare
Choose a tag to compare

The new version that I worked on consists mainly of back-end and interface improvements. Here is a rough list of visible changes:

  • Added a list of non-translated files for your specified language.
  • Ability to add translation of any locale (no longer need to create a new resource file manually to enable option in menu)
  • Error highlighting ignores hidden languages
  • Fully portable
  • By default do not copy default values when adding a language
  • Bing translations are no longer available and were removed. (together with the annoying pop-up)
  • Proper handling of the .resx files. (used an XML hack before)

capture
capture1