diff options
author | Darkvater <darkvater@openttd.org> | 2006-12-22 01:17:33 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-12-22 01:17:33 +0000 |
commit | 9c5b15eff1e455d20f46629c9ead5d88d238628e (patch) | |
tree | afee6ffd191587d52224f6de4644c4b721212cf0 | |
parent | a1108eefc1040733d93d1b7655257a745d3549bc (diff) | |
download | openttd-9c5b15eff1e455d20f46629c9ead5d88d238628e.tar.xz |
(svn r7539) -Add Esperanto to VS project files and update changelog with added languages information.
-rw-r--r-- | changelog.txt | 1 | ||||
-rw-r--r-- | langs.vcproj | 12 | ||||
-rw-r--r-- | langs_vs80.vcproj | 14 |
3 files changed, 27 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index d86004eab..2c6250e6f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ ------------------------------------------------------------------------ - General fixes and improvements to TTDPatch's newgrf format, most noticable are newstations, newsounds, more callbacks and I18n +- Added languages: Bulgarian, Esperanto, Russian, Ukrainian, Languages with proper diacretics: Czech, Hungarian, Turkish - Feature: Show NewGRF compatability of network games; green for full compatibility, yellow for missing newgrfs and red for invalid revision (r7505) - Feature: Load a list of NewGRFs from the config (in the [newgrf-static] section) that should always be loaded (r7490) - Feature: Double the length of the cargo and rating indicators in the station list window for better visibility (r7466) diff --git a/langs.vcproj b/langs.vcproj index 1580ba19b..27295ab90 100644 --- a/langs.vcproj +++ b/langs.vcproj @@ -134,6 +134,18 @@ </FileConfiguration> </File> <File + RelativePath=".\lang\esperanto.txt"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCustomBuildTool" + Description="Generating esperanto language file" + CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)" +" + Outputs="lang\esperanto.lng"/> + </FileConfiguration> + </File> + <File RelativePath=".\lang\estonian.txt"> <FileConfiguration Name="Debug|Win32"> diff --git a/langs_vs80.vcproj b/langs_vs80.vcproj index 3a2cac91e..7f0b22421 100644 --- a/langs_vs80.vcproj +++ b/langs_vs80.vcproj @@ -158,6 +158,20 @@ </FileConfiguration> </File> <File + RelativePath=".\lang\esperanto.txt" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + Description="Generating esperanto language file" + CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)"
" + Outputs="lang\esperanto.lng" + /> + </FileConfiguration> + </File> + <File RelativePath=".\lang\estonian.txt" > <FileConfiguration |