Page 9 of 10

Re: Common game translations

Posted: Sat Jan 30, 2016 6:46 pm
by Kasperelo
I speak Norwegian if you need help with that :)

Re: Common game translations

Posted: Fri Nov 04, 2016 6:06 pm
by ivan
First, I would like to thank everybody who has contributed to this project!

I have been working on a small web application that can be used for translating games:
http://2dengine.com/translate/
It's completely free and open source and can easily be installed on your own server. The project uses Steam authentication (via LightOpenID) and keeps a record of changes to every term. Guest edits are allowed but login is required if you want to add/remove terms. The goal would be to maintain the most popular 20 languages on Steam - which is more practical then trying to cover every locale in existence.

My plan is to move all of the content from Google Docs to this new interface. There are several good reasons for doing this, such as: 1.Google docs is blocked in some countries, 2.managing revisions is hard using Google docs and 3.contributions can easily be attributed to your Steam account. The old Google Doc will remain available online, but will no longer be maintained.

Thanks for taking a look and please send your pull requests at:
https://bitbucket.org/itraykov/phptranslate

Re: Common game translations

Posted: Fri Nov 04, 2016 10:34 pm
by HugoBDesigner
Much like with the original project, I'm glad to help with Brazilian Portuguese (my first language). This looks promising so far, looking forward to it!

Re: Common game translations

Posted: Sat Nov 05, 2016 7:15 am
by ivan
Thanks! It's still an experimental project so there may be some bugs.
The front end needs work too, like for example it's not very clear that the different rows can be expanded/traversed.
I'm open to suggestions if you have any idea on how to improve the app.
Thanks for taking a look and have a nice day! :)

Re: Common game translations

Posted: Sat Nov 05, 2016 9:02 am
by MadByte
I tried this and I think it's pretty good. It may lacks some way to comment translated lines to let other contributors know why you choose to translate it this way or what you think can be enhanced somehow etc. Also the popup window that shows the last edit by name and time is kinda annoying because it pops up exactly where you want to write and read the translation and it makes it harder to get a good workflow. Apart from that it works pretty well.

Re: Common game translations

Posted: Sat Nov 05, 2016 12:06 pm
by ivan
Great! Thanks so much for the help.
I went ahead and disabled the popup when entering text.
Adding comments is possible, but updating the front-end to support it might take a week or two.
Might be nice to support screenshot uploads too - which could be useful when translating games.
Thanks!

PS. I should mention that multiple columns are supported too:
http://2dengine.com/translate/?r=1123&c ... e,ko,pt_br

Re: Common game translations

Posted: Sat Nov 05, 2016 7:56 pm
by steVeRoll
I just started adding things in Hebrew. Good to know this is still active!

Re: Common game translations

Posted: Sat Nov 05, 2016 8:36 pm
by raidho36
Why is it an ini, exactly? And not a Lua table that you simply require?

Re: Common game translations

Posted: Sat Nov 05, 2016 11:39 pm
by Positive07
This project doesn't specifically target LÖVE. There are Lua libraries to open ini files, you could as well serialize that into a lua file if you wanted.

That is trivial and something no one should bother about

Re: Common game translations

Posted: Sun Nov 06, 2016 3:16 am
by raidho36
I assume you mean "doesn't specifically target Lua" then. That makes sense, although I'd pick a different format over ini.