mirror of https://github.com/OpenTTD/OpenTTD
(svn r7539) -Add Esperanto to VS project files and update changelog with added languages information.
parent
a1108eefc1
commit
9c5b15eff1
|
@ -2,6 +2,7 @@
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
- General fixes and improvements to TTDPatch's newgrf format, most noticable are newstations, newsounds, more callbacks and I18n
|
- 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: 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: 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)
|
- Feature: Double the length of the cargo and rating indicators in the station list window for better visibility (r7466)
|
||||||
|
|
12
langs.vcproj
12
langs.vcproj
|
@ -133,6 +133,18 @@
|
||||||
Outputs="lang\english.lng"/>
|
Outputs="lang\english.lng"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</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
|
<File
|
||||||
RelativePath=".\lang\estonian.txt">
|
RelativePath=".\lang\estonian.txt">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
|
|
@ -157,6 +157,20 @@
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</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
|
<File
|
||||||
RelativePath=".\lang\estonian.txt"
|
RelativePath=".\lang\estonian.txt"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue