Synfig Project Forum

Forums for Synfig Project
It is currently Sun May 19, 2013 11:30 pm

All times are UTC - 4 hours [ DST ]




Post new topic Reply to topic  [ 13 posts ] 
Author Message
PostPosted: Sun Jun 05, 2011 3:02 pm 
Offline

Joined: Sun Jun 05, 2011 2:48 pm
Posts: 3
On Ubuntu 10.04. My system language is Chinese-Simplified
The old version of Synfig was in English. After I upgrade to 0.63, it becomes Chinese and I get confused with the menus.
How can I set it back to English? Thanks.


Top
 Profile  
 
PostPosted: Sun Jun 05, 2011 3:35 pm 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4119
Location: Spain
feihei wrote:
On Ubuntu 10.04. My system language is Chinese-Simplified
The old version of Synfig was in English. After I upgrade to 0.63, it becomes Chinese and I get confused with the menus.
How can I set it back to English? Thanks.

Edit the launcher from the menu and add this before the command line:
Code:
LANG=C

It should run it in English.
-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
PostPosted: Tue Jun 07, 2011 11:29 am 
Offline

Joined: Sun Jun 05, 2011 2:48 pm
Posts: 3
It fails when I add "LANG=C" before the command line in the launcher
but it works when I type "LANG=C synfigstudio" in terminal


Top
 Profile  
 
PostPosted: Wed Jun 08, 2011 3:08 am 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4119
Location: Spain
feihei wrote:
It fails when I add "LANG=C" before the command line in the launcher
but it works when I type "LANG=C synfigstudio" in terminal

Yeah, I never understood how should it be written the pre-commands in the launcher...
-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
PostPosted: Wed Jun 08, 2011 10:46 pm 
Offline
User avatar

Joined: Tue Feb 26, 2008 3:33 am
Posts: 664
Location: Foshan City, China
you can put these two commands into a sh script
Code:
#!/bin/sh
export LANG="C"
/usr/bin/synfig/bin/synfigstudio


and then "chomd +x" to make it executable, and drap the scritp to one of your gnome's bars.

_________________
time flies...


Top
 Profile  
 
PostPosted: Sat Apr 07, 2012 1:49 pm 
Offline

Joined: Sat Apr 07, 2012 1:37 pm
Posts: 4
I only registered to ask you PLEASE make English default language! It's VERY confusing for user to learn the program when you have only english manual and tutorials and some other interface language. It's REALLY difficult to deal with differences of menu and UI. Make it optional to switch the language FROM english rather then TO. Thank you/


Top
 Profile  
 
PostPosted: Sun Apr 08, 2012 5:02 am 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4119
Location: Spain
Quote:
I only registered to ask you PLEASE make English default language! It's VERY confusing for user to learn the program when you have only english manual and tutorials and some other interface language

Isn't English your operating system language? If your operating system language is English and you obtain one other language when running Synfig Studio you have something wrongly setup on your system.
On the other hand if your local language is other than English and you run Synfig Studio it should use your local language if available or the untranslated English strings.

Can you be more specific regarding the language you find when running Synfig Studio by a visual example?

-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
PostPosted: Tue Apr 10, 2012 1:20 am 
Offline

Joined: Sat Apr 07, 2012 1:37 pm
Posts: 4
Genete wrote:
Isn't English your operating system language? If your operating system language is English and you obtain one other language when running Synfig Studio you have something wrongly setup on your system.
On the other hand if your local language is other than English and you run Synfig Studio it should use your local language if available or the untranslated English strings.

Can you be more specific regarding the language you find when running Synfig Studio by a visual example?

-G

English is not my OS language. So by default when I setup Synfig I have russian UI which is horrible and incomplete. I tried solutions in this topic but Synfig crashes. So for now I found myself stuck with this terrible UI version.
As far as I understand Synfig detects system language and uses UI on that specific language. Right? But for example in Blender UI is always english by default unless you change it LATER. Most of the users keep default UI by the way. This is very comfortable and you don't have to think reading manual: "OK. Distortions.... how did they translate distortions in russian UI? What? Really? OK back to my manual. Oh wait... What about this parameter? How was it translated?..." It's endless. And let's admit it... there are not enough tutorials and manuals in english and in other languages it's even lesser number. So we all use english tutorials anyway for studying this wonderful program of yours. It would be MUCH easier to just keep english UI for everybody. And if someone wants to see another interface language they can change it in configuration file and see Synfig crashing Sorry))) Just kidding)))


Top
 Profile  
 
PostPosted: Tue Apr 10, 2012 3:16 am 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4119
Location: Spain
Quote:
So by default when I setup Synfig I have russian UI which is horrible and incomplete.


Really? it looks a very beautiful translation to me. Those Cyrillic glyphs have a really interesting appearance to me.

Maybe if you tell us which is your native language what's your operating system and what is the locale you selected when installed it in your computer we can understand you better and give you better support.

The greatness of the open source is that if you don't like something you can always change to your needs. If the current Russian translation is horrible and incomplete, why don't you collaborate on improve it?

Again, if there is one missing string not translated on one particular language, the English version is used, so the incompleteness of the Russian translation could even be a benefit for you!.

All the guidelines you may find about how to improve user experience when using one application, tells you that, when possible, it is better to use the user native language. Not all the people understand English!

In this way, there are many people collaborating on do translations of the original English documentation of the wiki, as well as submit improved (and horrible) translations to Transifex.

Please sum, don't subtract. Suggest, don't complain.

Try to replace LANG by LC_ALL in the above posted solutions and see what happen.

-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
PostPosted: Tue Apr 10, 2012 9:17 am 
Offline
User avatar

Joined: Sat Jan 02, 2010 2:13 pm
Posts: 133
Location: France
Hello darumka,
with ubuntu 4.10, the solution of feihei (type "LANG = C synfigstudio" in terminal) works well. :)

Genete, I too think it would be nice to be able to easily change the software language to English, to easily follow the tutorials in English. :wink:

_________________
http://mad0images.blogspot.com/


Top
 Profile  
 
PostPosted: Tue Apr 10, 2012 10:20 am 
Offline
User avatar

Joined: Tue Feb 26, 2008 3:33 am
Posts: 664
Location: Foshan City, China
mad0 wrote:
Genete, I too think it would be nice to be able to easily change the software language to English, to easily follow the tutorials in English. :wink:


Same here, And I considered before to add a UI language switcher in some where, preferences for example, I am going to implement a new setup dialog in the coming release, maybe I can code this "Switcher" as well, but don't expect too much since I am a totally newbie in coding.

_________________
time flies...


Top
 Profile  
 
PostPosted: Tue Apr 10, 2012 2:50 pm 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4119
Location: Spain
This is how others do:
Gimp:
http://docs.gimp.org/en/gimp-fire-up.ht ... g-language
Inkscape:
http://en.dev.inkscape.org/faq/#how-can ... e-language
Blender:
http://wiki.blender.org/index.php/Doc:2 ... e_.26_Font
Scribus:
http://wiki.scribus.net/canvas/Scribus_Interface

-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
PostPosted: Wed Apr 18, 2012 6:20 am 
Offline

Joined: Sat Apr 07, 2012 1:37 pm
Posts: 4
jcome wrote:
mad0 wrote:
Genete, I too think it would be nice to be able to easily change the software language to English, to easily follow the tutorials in English. :wink:


Same here, And I considered before to add a UI language switcher in some where, preferences for example, I am going to implement a new setup dialog in the coming release, maybe I can code this "Switcher" as well, but don't expect too much since I am a totally newbie in coding.

Thanks a lot!))) I really appreciate this, people.

Genete, don't get irritated. You misunderstood me completely. I did suggest to make english UI default one, didn't i?)) But you're absolutely right. I shall collaborate))) Thank you again for your time and great ideas)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC - 4 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group