Skip to content

Releases: HakanL/resxtranslator

Resx Resource Translator v2.12

08 Aug 19:53
Compare
Choose a tag to compare

Changelog

  • c590fc0 Remember turned off Displayed Languages between application starts
  • 221564d Added a result message after clicking Find in the Find window
  • 1b24807 In the Find window, split the Text option into Original and Translated
  • 1772f13 Fixed invisible column headers in language list and increased default sizes
  • 9b22d8f Fixed find field not starting focused in Find dialog

Resx Resource Translator v2.11

24 May 07:34
Compare
Choose a tag to compare

Changelog

  • 01dd440 Remake Find window layout to reflow properly
  • f6b3472 Fix lowercase resource names causing some issues
  • a158c4a Enable DPI aware scaling

Resx Resource Translator v2.10

13 Oct 23:51
44e555f
Compare
Choose a tag to compare

Big thanks to @jonilviv and @bovirus for help with this release! This release uses .NET 4.8 now, so it might be necessary for some people to update their .NET Frameworks.

Changelog

  • #58 Added Google Translate support
  • 6dfc7f2 Changed cell alignment from middle to left to make it easier to read and compare cells
  • 304b49a Use .NET 4.8
  • 5812262 Merged PortableSettingsProvider into main project and removed PortableSettingsProvider project
  • 4f302c1 Updated translations (en/it/es)
  • 11f3514 Fixed AssemblyInfo typo breaking build

Resx Resource Translator v2.9

03 Mar 20:55
Compare
Choose a tag to compare

Big thanks to @bovirus for help with this release!

Changelog

  • Added Italian language translation (@bovirus)
  • Added invalid resource check on directory load (with an error message) to prevent later issues
  • Added saving of sizes of main window panels; Closes #51
  • Changed some strings in English language (@bovirus)
  • Include the readme with game files instead of opening the website
  • Fixed Missing Translations > Add button not resizing with longer translations; Fixes #42
  • Fixed language select window being resizable
  • Fixed license file not being detected on github
  • Fixed parts of about box not being translatable; Fixes #46
  • Turned off auto version numbering in releases
  • Turned off code generation for Localization.es.resx; Fixes #55
  • Updated dotnetzip dependency
  • Added /.vs to gitignore
  • Added company attribute to the exe
  • Updated copyright string
  • Use embedded pdb files to reduce file clutter

Resx Resource Translator v2.8

10 Apr 12:10
Compare
Choose a tag to compare

Changelog

  • Fixed some changes not being merged into the release
  • Check v2.7 release notes for the actual changes

Resx Resource Translator v2.7

28 Mar 15:28
2bcae7e
Compare
Choose a tag to compare

Changelog

Application

  • Added indicator for unsaved changes to titlebar
  • Added scrolling directly to untranslated cells from missing translation list
  • Added searching inside resources and focusing results with the F3 key
  • Updated Scintrilla and dotnetzip to latest
  • Updated PortableSettingsProvider - fixed bugs, added save error logging to console
  • Fixed renaming a key creating a duplicate key, thanks to @SeriousMartin

Source and repo

  • Added custom code ruleset
  • Fixed code causing issue with code analysis
  • Moved bin directory out of source folder
  • Removed unnecessary license file

Resx Resource Translator v2.6

30 Mar 17:40
Compare
Choose a tag to compare

A long overdue update with multiple small fixes and improvements.

Changelog

Additions

  • Added option to only save and load comments from the main resource file
  • Added "Export all resources..." function

Fixes

  • Updated homepage menu link
  • Fixed comments not getting saved when adding new keys
  • Fixed pasting to last row not working
  • Fixed not using unicode when pasting from clipboard

Source and repo

  • Added copyright and assembly info; added changelog; cleanup
  • Added ignore rule for latest Visual Studio
  • Cleanup of PortableSettingsProvider, reduced amount of exceptions thrown if settings file doesn't exist
  • Removed unused references

Resx Resource Translator v2.5

16 Sep 12:04
Compare
Choose a tag to compare

66% sugar-free bugfixes.

Changelog

  • Added keyboard shortcuts to some common actions.
  • Fixed comment changes not being saved unless the cell values change as well.
  • Fixed a crash when removing a row and none are selected.

Resx Resource Translator v2.4

19 Aug 14:33
Compare
Choose a tag to compare

100% sugar-free bugfixes.

Changelog

  • Fixed resources with unusual language codes failing to load
  • Fixed saving when editing a cell not saving the cell's new value unless something else is clicked first
  • Fixed crash when creating a row with duplicate name, show a message instead
  • Fixed exceptions when trying to format an invalid row in resource view
  • Disabled creation of new rows from the bottom of the data grid, since it didn't work properly. Use the menu instead

Resx Resource Translator v2.3

12 Apr 15:42
Compare
Choose a tag to compare

A roll of bugfixes sprinkled with some nifty new features.

Changelog

  • Added tool to trim whitespace from selected cells.
  • Added tool to strip non-translatable data from translated resources.
  • Added select all/none/invert buttons to language display list.
  • Changed cell editor font to be easier to read.
  • Fixed uderscores not being allowed in key names (thanks to fishie).
  • Fixed Localization.es not being used.
  • Fixed cell highlighting disappearing when sorting by column and in some other cases.
  • Fixed resource Filename not being set if the non-translated .resx is missing, causing crashes during search and saving.