diff options
author | miham <miham@openttd.org> | 2005-04-01 20:10:20 +0000 |
---|---|---|
committer | miham <miham@openttd.org> | 2005-04-01 20:10:20 +0000 |
commit | 043ac73b1921ed8588fe5fe2bea101d3060e7280 (patch) | |
tree | fccf149de1d79a71b0f5a7a733dad6374086b2ba | |
parent | ada6f0be8bb79e1c126b0df691a894cdcdc23e31 (diff) | |
download | openttd-043ac73b1921ed8588fe5fe2bea101d3060e7280.tar.xz |
(svn r2117) [Translations] Introduce lithuanian translation as finished
-rw-r--r-- | lang/lithuanian.txt (renamed from lang/unfinished/lithuanian.txt) | 0 | ||||
-rw-r--r-- | langs.dsp | 11 | ||||
-rw-r--r-- | langs.vcproj | 12 |
3 files changed, 23 insertions, 0 deletions
diff --git a/lang/unfinished/lithuanian.txt b/lang/lithuanian.txt index b757bcaf3..b757bcaf3 100644 --- a/lang/unfinished/lithuanian.txt +++ b/lang/lithuanian.txt @@ -209,6 +209,17 @@ InputPath=.\lang\latvian.txt # End Source File # Begin Source File +SOURCE=.\lang\lithuanian.txt +# Begin Custom Build +InputPath=.\lang\lithuanian.txt + +"lang\lithuanian.lng" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + strgen\debug\strgen.exe lang\lithuanian.txt + +# End Custom Build +# End Source File + +# Begin Source File SOURCE=.\lang\norwegian.txt # Begin Custom Build InputPath=.\lang\norwegian.txt diff --git a/langs.vcproj b/langs.vcproj index 55ab424c6..aa8d60334 100644 --- a/langs.vcproj +++ b/langs.vcproj @@ -218,6 +218,18 @@ </FileConfiguration> </File> <File + RelativePath=".\lang\lithuanian.txt"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCustomBuildTool" + Description="Generating lithuanian language file" + CommandLine="strgen\debug\strgen.exe "$(InputPath)" +" + Outputs="lang\lithuanian.lng"/> + </FileConfiguration> + </File> + <File RelativePath=".\lang\norwegian.txt"> <FileConfiguration Name="Debug|Win32"> |