Skip to content

Commit

Permalink
Fix missing languages from "Language selection"
Browse files Browse the repository at this point in the history
Fix #349
  • Loading branch information
EtienneLamoureux committed Jul 7, 2020
1 parent 417e9a9 commit 08a6fdd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 3.7.1
### Bugs
- #349 Fix missing languages from "Language selection"

## 3.7.0
### Features
- #2 Allow group selection using a square-drag
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TQVaultAE
[![Steam](https://img.shields.io/badge/steam-link-lightgrey.svg)](https://steamcommunity.com/sharedfiles/filedetails/?id=1136716167)
[![Release](https://img.shields.io/badge/stable-3.7.0-blue.svg)](https://github.com/EtienneLamoureux/TQVaultAE/releases)
[![Release](https://img.shields.io/badge/stable-3.7.1-blue.svg)](https://github.com/EtienneLamoureux/TQVaultAE/releases)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/EtienneLamoureux/TQVaultAE/blob/master/LICENSE)

TQVaultAE is an external tool for [Titan Quest Anniversary Edition](https://www.thqnordic.com/games/titan-quest) that allows you to store and search your items outside the game.
Expand Down
4 changes: 2 additions & 2 deletions src/TQVaultAE.GUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// CLS compliant attribute
//[assembly: CLSCompliant(true)]

[assembly: AssemblyVersion("3.7.0")]
[assembly: AssemblyFileVersion("3.7.0")]
[assembly: AssemblyVersion("3.7.1")]
[assembly: AssemblyFileVersion("3.7.1")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: DisableDpiAwareness]
2 changes: 1 addition & 1 deletion src/TQVaultAE.GUI/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<value>0</value>
</setting>
<setting name="GameLanguages" serializeAs="String">
<value>de,en,es,fr,pl,pt,ru</value>
<value>cs,de,en,es,fr,it,pl,pt,ru</value>
</setting>
<setting name="UILanguage" serializeAs="String">
<value />
Expand Down

0 comments on commit 08a6fdd

Please sign in to comment.