Page 1 of 10

Common game translations

Posted: Fri Sep 12, 2014 10:37 am
by ivan
This is sort of an open source project that everybody could use or (hopefully) contribute to.
I've combined the localization files from several games I've made and it looks like a lot of the terms are repeated.
Here it goes: generic, localization files in INI format.
These files can be imported using inifile by bartbes.
Not all the translations are complete, so we need your help.

Much appreciated if anybody wants to write a localization in another language.
Note that you don't have to localize the comments (lines starting with ";" like "; ex: Word")
Just post it on here and let me know if you want to add another section to the file.
Thanks so much!

Re: Common game localization

Posted: Sun Sep 14, 2014 9:45 am
by ivan
I would like to move this project to Google docs:
https://docs.google.com/spreadsheets/d/ ... edit#gid=0
This way, anybody can edit the file there and add new localizations and so on.
Note that the spreadsheet has several pages.

Edit: Thanks so much to the person who helped with the German localization, didn't catch your username!

Re: Common game localization

Posted: Mon Sep 15, 2014 11:14 am
by ivan
Thanks so much to vrld and zorg for helping out!

Please join in, especially if you speak Japanese, Korean or Chinese since those languages are hard to localize.
Everybody is welcome to add new phrases and terms to the localization doc:

https://docs.google.com/spreadsheets/d/ ... edit#gid=0

Re: Common game localization

Posted: Tue Sep 16, 2014 6:25 pm
by Positive07
Two suggestions:
1. Run a spellcheck... really! Since google spreadsheets doesnt have spellcheck by default someone needs to spellcheck everything
2. Tooltips for help would be nice, for example when we say aspect ratio some user wouldnt understand what aspect ratio is so adding a tooltip explaining what it does would be nice, for example in english:
Aspect ratio is the relationship between the width and the height of the display
spanish:
Relación de aspecto es la relación entre el ancho y la altura de la pantalla.

Re: Common game localization

Posted: Tue Sep 16, 2014 7:25 pm
by ivan
Positive07 wrote:Two suggestions:
1. Run a spellcheck... really! Since google spreadsheets doesnt have spellcheck by default someone needs to spellcheck everything
2. Tooltips for help would be nice, for example when we say aspect ratio some user wouldnt understand what aspect ratio is so adding a tooltip explaining what it does would be nice, for example in english:
Aspect ratio is the relationship between the width and the height of the display
spanish:
Relación de aspecto es la relación entre el ancho y la altura de la pantalla.
Hey, thanks so much for taking a look.
I agree, a spell check would be nice, although it would be hard to support that for multiple languages. I'll try to move the project to a localization server as it grows.
As for the descriptions: that's a great idea. You're welcome to add new rows as you see fit :)

Re: Common game localization

Posted: Wed Sep 17, 2014 1:35 am
by Positive07
Right now I'm just helping to complete the Spanish translation, but I may have accentuation problems... Spanish is really hard even for us that speak it everyday hahaha...
When I finish I may help on adding new rows and such... Although I may be better fitted on coding the cvs importer but I'll see how can I be of help.

Its a really awesome project that will be really useful! I hope we can get many languages done

Re: Common game localization

Posted: Wed Sep 17, 2014 9:47 am
by ivan
Positive07 wrote:Right now I'm just helping to complete the Spanish translation, but I may have accentuation problems... Spanish is really hard even for us that speak it everyday hahaha...
When I finish I may help on adding new rows and such... Although I may be better fitted on coding the cvs importer but I'll see how can I be of help.
Yep an importer would be fun to write. The only tricky part being that the strings are UTF8.
Positive07 wrote:Its a really awesome project that will be really useful! I hope we can get many languages done
I was thinking about mentioning the project on the Steam forums.
Not sure if it would be a great idea until we have a good backup system. :)

Re: Common game localization

Posted: Wed Sep 17, 2014 2:25 pm
by undef
That's a great rescource, thanks!

Re: Common game localization

Posted: Wed Sep 17, 2014 4:47 pm
by Positive07
ivan wrote: Yep an importer would be fun to write. The only tricky part being that the strings are UTF8.
It shouldnt be a problem, LÖVE has UTF8 support, so with something like Kyle Smith utf8.lua we should be fine (maybe Kikito's validator too)
ivan wrote:until we have a good backup system
What do you mean by backup? something like revision control?

Re: Common game localization

Posted: Wed Sep 17, 2014 7:01 pm
by ivan
Positive07 wrote:What do you mean by backup? something like revision control?
Yes, that's what's I meant. I've been looking at certain systems like Pootle, Weblate and Otrance, but still haven't come up with a good solution.
I would gladly take care of the hosting, the important thing is finding the right platform for the project.