Releases: HakanL/resxtranslator
Releases · HakanL/resxtranslator
Resx Resource Translator v2.12
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
Resx Resource Translator v2.10
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
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
Changelog
- Fixed some changes not being merged into the release
- Check v2.7 release notes for the actual changes
Resx Resource Translator v2.7
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
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
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
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
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.