Hi, i installed the new version (2.3.2) of bygfoot from the source package (doing exactly what is written in this site) but i can't see the greek translation (only the greek translation of the hints at the start of the game). The language setting in the preferences was "system". I changed it to "greek" but nothing changed. When i changed it to "spanish" i saw the spanish translation and the same with the other languages except greek. Also in the start of the game in 'choose country" i see europe two times( one with only greece and the other with the other countries).
EDIT: The greek news ans the greek commentary works. Only the greek translation of the program doesn't work.
Greek translation
Moderator: romihaitza
I think Greek is missing in configure.in. Try adding an "el" to the line and configure, compile, install again.
Code: Select all
ALL_LINGUAS="de nl fr pl pt_PT pt_BR ro bg zh es da sv it"
Press any key to continue or any other key to quit.
I have done it but the problem remains.gyboth wrote:I think Greek is missing in configure.in. Try adding an "el" to the lineand configure, compile, install again.Code: Select all
ALL_LINGUAS="de nl fr pl pt_PT pt_BR ro bg zh es da sv it"
-
- Translation Manager
- Posts: 45
- Joined: Fri May 09, 2008 4:40 pm
- Location: Romania
illias
When you edited configure.in, did you run autogen.sh before typing make?
Another question, why did you download the source? Doesn't sourceforge provide you with a binary package? Sourceforge has changed it's file download recently and I might have made a mistake in the configuration of the download.
In any case I will fix the missing translations in next release.
When you edited configure.in, did you run autogen.sh before typing make?
Another question, why did you download the source? Doesn't sourceforge provide you with a binary package? Sourceforge has changed it's file download recently and I might have made a mistake in the configuration of the download.
In any case I will fix the missing translations in next release.
After editing configure.in i run make uninstall (and deleted everything in ./bygfoot except some savegames) then ./configure, make and make install. And i downloaded the source because i couldn't install the .deb package (in some mysterious way it wants something like libgtk > 2.0 which i haven't installed and ubuntu already had the newest version of this library). Probably the version which my ubuntu has is not so new.gunnar wrote:illias
When you edited configure.in, did you run autogen.sh before typing make?
Another question, why did you download the source? Doesn't sourceforge provide you with a binary package? Sourceforge has changed it's file download recently and I might have made a mistake in the configuration of the download.
In any case I will fix the missing translations in next release.
Thanks gunnar. I followed your instructions and everything seems to be ok now.gunnar wrote:Try it this way, do the change in configure.in run autogen.sh (this will re-create and run ./configure. then make, make installilias wrote:After editing configure.in i run make uninstall (and deleted everything in ./bygfoot except some savegames) then ./configure