Russian localization (poll)
Moderators: Eleahen, castewarkp, motorbit, kenshiro
Forum rules
While this project lives or dies by the exceptional efforts of poly-lingual fans, there is the potential for debate. The main things to remember is that bad Russian/German is better than nothing at all, so while we respect that there are various and subtle options for certain words and concepts, please keep the debate here (not in the public docs), allow Kerberos and super-user mods to make final rulings, and regardless if your suggestions are used, your input was invaluable and you helped make it happen.
While this project lives or dies by the exceptional efforts of poly-lingual fans, there is the potential for debate. The main things to remember is that bad Russian/German is better than nothing at all, so while we respect that there are various and subtle options for certain words and concepts, please keep the debate here (not in the public docs), allow Kerberos and super-user mods to make final rulings, and regardless if your suggestions are used, your input was invaluable and you helped make it happen.
- shadow wolf
- Posts: 808
- Joined: Tue Aug 23, 2011 2:45 pm
Russian localization (poll)
Отписывайтесь в теме. Мало ли шутников будет голосовать просто так
Last edited by shadow wolf on Tue Jan 08, 2013 10:29 am, edited 1 time in total.
-
- Posts: 33
- Joined: Fri Jan 04, 2013 5:19 pm
Re: Russian localization (poll)
Я думаю прогнать надо бы, в особенности поискать места где текст не влазит...
Re: Russian localization (poll)
Патчи проходят довольно часто. Я бы не заморачивался.
Patches go out frequently. I wouldn't worry too much.
Patches go out frequently. I wouldn't worry too much.
-
- Posts: 33
- Joined: Fri Jan 04, 2013 5:19 pm
Re: Russian localization (poll)
Объясните мне процедуру русификации пожалуйста этим файлом и как его скачать?
Re: Russian localization (poll)
Так. Вижу проблему.
У нас нет кавычек и при скачивании в .csv сами они не появляются.
Сорри, но прямо сейчас не могу этим заняться.
P.S. Скачать просто: Файл - Сохранить как - ... (File - Download as - ...). Дальше надо или поробовать открыть и посмотреть на опции сохранения в редакторе таблиц (excel, opencalc), дождаться castewar'а и спросить у него, или обработать файл скриптом.
У нас нет кавычек и при скачивании в .csv сами они не появляются.

Сорри, но прямо сейчас не могу этим заняться.
P.S. Скачать просто: Файл - Сохранить как - ... (File - Download as - ...). Дальше надо или поробовать открыть и посмотреть на опции сохранения в редакторе таблиц (excel, opencalc), дождаться castewar'а и спросить у него, или обработать файл скриптом.
-
- Posts: 33
- Joined: Fri Jan 04, 2013 5:19 pm
Re: Russian localization (poll)
Вообщем я ничего не понял (кроме как скачать), поэтому как будет время заходи в скайп))) Жду...
Re: Russian localization (poll)
Завтра вечером постараюсь объявиться.
- castewarkp
- Site Admin
- Posts: 1653
- Joined: Fri Aug 05, 2005 6:11 pm
Re: Russian localization (poll)
I will leave it up the group to a degree, but I would advocate that we adopt a best-guess approach now, for faster integration, and if better translations come up, we can update later. Players have been without for too long and while I approve of perfection, I'm pushing for functionality right now.
-
- Posts: 33
- Joined: Fri Jan 04, 2013 5:19 pm
Re: Russian localization (poll)
А когда рабочий файл перевода будет готов?
Re: Russian localization (poll)
@ castewar
Thread summary:
shadow wolf, starting the thread expressed concern with translation being released prematurely.
nightpatrol from his experience with Notabenoid version pointed that some strings could be larger than respective UI elements and some testing might be good to catch that.
(btw any feedback on font scaling would help us guide our efforts in dealing with the issue)
Then he asks how to download current version and (fixed that) we found a problem with Google Spreadsheets dropping quotation marks (on csv import as I understand).
Question here if you know a simple method to put quotation marks in a resulting csv file. Google seem to put only necessary ones (to isolate commas in a cell), and without the rest game crashes on launch.
And lastly, nightpatrol asks: "When workable translation file will be ready?"
Thread summary:
shadow wolf, starting the thread expressed concern with translation being released prematurely.
nightpatrol from his experience with Notabenoid version pointed that some strings could be larger than respective UI elements and some testing might be good to catch that.
(btw any feedback on font scaling would help us guide our efforts in dealing with the issue)
Then he asks how to download current version and (fixed that) we found a problem with Google Spreadsheets dropping quotation marks (on csv import as I understand).
Question here if you know a simple method to put quotation marks in a resulting csv file. Google seem to put only necessary ones (to isolate commas in a cell), and without the rest game crashes on launch.
And lastly, nightpatrol asks: "When workable translation file will be ready?"
- zanzibar196
- Note: Not A Moderator
- Posts: 8195
- Joined: Sat Aug 19, 2006 7:29 am
Re: Russian localization (poll)
It may be a pain, but you might be able to add quotation marks using excel....
Sent from my LS670 using Tapatalk 2
Sent from my LS670 using Tapatalk 2
-
- Posts: 33
- Joined: Fri Jan 04, 2013 5:19 pm
Re: Russian localization (poll)
How can I do it?
Manually?
Manually?

- shadow wolf
- Posts: 808
- Joined: Tue Aug 23, 2011 2:45 pm
Re: Russian localization (poll)
zanzibar196 wrote:It may be a pain, but you might be able to add quotation marks using excel....
which algorithms built into Excel recommend? of you are waiting for manual (formulas or cycles)
-
- Posts: 33
- Joined: Fri Jan 04, 2013 5:19 pm
Re: Russian localization (poll)
Вот для одинарных кавычек:
Sub Макрос1()
For i = 1 To 500
For j = 1 To 500
If Cells(i, j) <> "" Then
Cells(i, j) = " '" & Cells(i, j) & "'"
End If
Next
Next
MsgBox "Готово"
End Sub
как сделать из него двойные я не знаю пока((
Sub Макрос1()
For i = 1 To 500
For j = 1 To 500
If Cells(i, j) <> "" Then
Cells(i, j) = " '" & Cells(i, j) & "'"
End If
Next
Next
MsgBox "Готово"
End Sub
как сделать из него двойные я не знаю пока((
Re: Russian localization (poll)
Ok.
"Quotation marks issue" is resolved.
To explain I need to present a timeline of events.
1) We start working on translation in Google Spreadsheets
2) We try to import csv to the game. And it crashes on us every single time we tried to launch it.
3) We thought of ourselves being smart and assumed it was because somehow game parser didn't like some string without those redundant quotation marks.
And it was much simplier than that. If only we looked for that exact word game threw at us in the error message.
It appears someone added couple of descriptions that contained carriage return chars.
As soon as we fixed it, game ran immediately.
"Quotation marks issue" is resolved.
To explain I need to present a timeline of events.
1) We start working on translation in Google Spreadsheets
2) We try to import csv to the game. And it crashes on us every single time we tried to launch it.
3) We thought of ourselves being smart and assumed it was because somehow game parser didn't like some string without those redundant quotation marks.

And it was much simplier than that. If only we looked for that exact word game threw at us in the error message.

It appears someone added couple of descriptions that contained carriage return chars.
As soon as we fixed it, game ran immediately.
Who is online
Users browsing this forum: No registered users and 2 guests