Launchpad translations?

User avatar
JSonic
Member
 
Posts: 68
Joined: Fri Jan 13, 2012 17:48

Launchpad translations?

by JSonic » Wed Apr 11, 2012 13:45

What do you think, should we try to make it possible to translate Minetest using Launchpad, they've made it pretty easy (see this)? Maybe then it will be translated into more languages.
Stairs are cool!
Minetest-c55 for Puppy Linux
Minetest-c55 PPA: daily, stable
 

lkjoel
Member
 
Posts: 778
Joined: Wed Feb 29, 2012 19:27

by lkjoel » Wed Apr 11, 2012 16:41

good idea!
My mods: The Nether | Doctor Who (WIP)

I have quit minetest ... again. I am heavily unimpressed by both the game and the community.
 

User avatar
JSonic
Member
 
Posts: 68
Joined: Fri Jan 13, 2012 17:48

by JSonic » Fri Apr 13, 2012 11:46

Just IDK about technical side of this :) should we create some branch or repo for this. And how would LP translations be connected to upstream. Could it be done by auto commit or by hand? If someone has some experience with this, he/she could help a bit...
Stairs are cool!
Minetest-c55 for Puppy Linux
Minetest-c55 PPA: daily, stable
 

User avatar
JSonic
Member
 
Posts: 68
Joined: Fri Jan 13, 2012 17:48

by JSonic » Sat Apr 14, 2012 16:15

Stairs are cool!
Minetest-c55 for Puppy Linux
Minetest-c55 PPA: daily, stable
 

max
New member
 
Posts: 1
Joined: Sun May 13, 2012 23:46

by max » Sun May 13, 2012 23:56

Hi @ all

Good idea!
We can access all the words ? or not ?
Because this link is more a :"menu translation job"
If i can access more (objects... etc etc) i will help to translate in french.
Last edited by max on Sun May 13, 2012 23:59, edited 1 time in total.
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Mon May 14, 2012 14:45

Currently, tooltips cannot be translated, only menus.
 

Rewiinded
New member
 
Posts: 1
Joined: Sat Jun 09, 2012 10:09

by Rewiinded » Sat Jun 09, 2012 10:11

Hello, I just registered here and unfortunately cannot add anything on the coding side. However I will over the course of this week translate everything to Dutch since you didn't have that language yet
 

User avatar
LolManKuba
Member
 
Posts: 939
Joined: Fri Feb 10, 2012 22:36

by LolManKuba » Sun Jun 10, 2012 23:19

:P
 

neo
Member
 
Posts: 56
Joined: Fri Jun 15, 2012 07:50

by neo » Mon Jun 25, 2012 11:06

Translation in french already done ;)
 

jibec
New member
 
Posts: 3
Joined: Sat Jul 21, 2012 11:15

by jibec » Sat Jul 21, 2012 11:28

Hi,

How do you select translation in game ? I can't fine any option.
When I compiled the game (i extracted branch stable-0.4), it said "Gettext disable".

Is it related ?
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Sat Jul 21, 2012 12:34

You cannot select the language in-game, you have to compile the game with gettext. Translations are near-useless and outdated anyway; only the menu is translated (chat and tooltips are not translated).
 

jibec
New member
 
Posts: 3
Joined: Sat Jul 21, 2012 11:15

by jibec » Sat Jul 21, 2012 13:06

Thanks, and how do you compile the game with gettext ? ;) I have the libraries but don't know what's the command line to activate it.
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Sat Jul 21, 2012 13:16

it should be active by default if its found
(but your must rerun cmake and make)
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Sat Jul 21, 2012 14:29

Instead of this (in the Minetest directory):
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
cmake . -DRUN_IN_PLACE=1

Type this:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
 cmake . -DRUN_IN_PLACE=1 -DENABLE_GETTEXT=1

Should work.
 

jibec
New member
 
Posts: 3
Joined: Sat Jul 21, 2012 11:15

by jibec » Sun Jul 22, 2012 17:54

Thanks for the command line.
Compilation said it was ok and discoverd a few locales. fr, en, da, ...
But there is still no language menu in the game.
I'm using git stable-0.4
Any hint ?
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Sun Jul 22, 2012 18:13

jibec wrote:But there is still no language menu in the game.

As I said: the language is "selected" when you compile, not in-game.
 

User avatar
JSonic
Member
 
Posts: 68
Joined: Fri Jan 13, 2012 17:48

by JSonic » Mon Jul 23, 2012 04:59

Calinou wrote:As I said: the language is "selected" when you compile, not in-game.


At the compile time you select do you have language support or not.
But the language to use is selected at run time.

jibec wrote:But there is still no language menu in the game.


That is not an error, the selection is made by an environment variable LANG.
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
# Linux:
LANG=(language code here) /path/to/minetest

# Windows:
set LANG=(language code here)
path\to\minetest.exe

Maybe this helps.
Stairs are cool!
Minetest-c55 for Puppy Linux
Minetest-c55 PPA: daily, stable
 


Return to Minetest Engine

Who is online

Users browsing this forum: No registered users and 4 guests

cron