Страница 5 из 7
Re: supernova-release-25 English language file
Добавлено: 14 мар 2011, 15:37
madmax1991
ok so it will be Spy Probes and Spy Technology.
Re: supernova-release-25 English language file
Добавлено: 14 мар 2011, 16:38
madmax1991
not sure if it was just my server but i got this error with the test branch download on my server
SQL Error 2011-03-14 10:34:58
http://127.0.0.1/reg.php
Incorrect integer value: '' for column 'id_level' at row 1
INSERT INTO `sn_planets` SET `name` = 'tester', `id_owner` = '2', `id_level` = '', `galaxy` = '1', `system` = '1', `planet` = '10', `last_update` = '1300113298', `planet_type` = '1', `image` = 'wasserplanet07', `diameter` = '12750', `field_max` = '163', `temp_min` = '-22', `temp_max` = '18', `metal` = '500', `metal_perhour` = '', `metal_max` = '500000', `crystal` = '500', `crystal_perhour` = '', `crystal_max` = '500000', `deuterium` = '0', `deuterium_perhour` = '', `deuterium_max` = '500000';
Re: supernova-release-25 English language file
Добавлено: 14 мар 2011, 18:48
Gorlum
madmax1991 писал(а):not sure if it was just my server but i got this error with the test branch download on my server
SQL Error 2011-03-14 10:34:58
http://127.0.0.1/reg.php
Incorrect integer value: '' for column 'id_level' at row 1
INSERT INTO `sn_planets` SET `name` = 'tester', `id_owner` = '2', `id_level` = '', `galaxy` = '1', `system` = '1', `planet` = '10', `last_update` = '1300113298', `planet_type` = '1', `image` = 'wasserplanet07', `diameter` = '12750', `field_max` = '163', `temp_min` = '-22', `temp_max` = '18', `metal` = '500', `metal_perhour` = '', `metal_max` = '500000', `crystal` = '500', `crystal_perhour` = '', `crystal_max` = '500000', `deuterium` = '0', `deuterium_perhour` = '', `deuterium_max` = '500000';
Files in branch "test" has no warranty to be even working. It's snapshot from my current working folder made fore easier working on code from different places (i.e. work and home).
Use "master" for latest stable version or "trunk" for most recent working version.
Re: supernova-release-25 English language file
Добавлено: 14 мар 2011, 19:32
madmax1991
oh ok i was just wondering
Re: supernova-release-25 English language file
Добавлено: 14 мар 2011, 19:36
madmax1991
did you look into this?
(imperium.php Line 85)in Empire Overview the part in the 2nd colum that says "ИТОГО" or "SUBTOTAL" I do not think it is in the langauge
Re: supernova-release-25 English language file
Добавлено: 14 мар 2011, 20:39
madmax1991
I downloaded the master file and loaded it up into my server and when it is switched to user=english(admin=russian) some of the langauge is not being translated but when i switch the langauge in the admin=english it is all translated and when admin=english and user options=russian it shows english in the ones that are not translated in user=english(admin=russian)
if you understand that....
anyway this needs fixed
Admin = Russian
User = English
overview.php Loaded
Following not translated
admin/overview.php
rules.php
announce.php
imperator.php
imperium.php
officer.php
I am working on the list
Re: supernova-release-25 English language file
Добавлено: 14 мар 2011, 20:45
madmax1991
yeah langauge interface needs work i look with Admin=Russian and User=English admin is also translated in english partly
I think you need to separate user langauge and admin langauge
Re: supernova-release-25 English language file
Добавлено: 14 мар 2011, 21:14
Gorlum
Are you familiar with git? It would be speed up process if you can fork my project, work on it on your local repository then upload to github and send me a pull request. Here the manual:
http://help.github.com/pull-requests/
It will guarantee that uploading of old file changed by me and in same time changed by you will not ruin localization and can be easily reverted in case of messing.
Re: supernova-release-25 English language file
Добавлено: 14 мар 2011, 21:49
Gorlum
madmax1991 писал(а):yeah langauge interface needs work i look with Admin=Russian and User=English admin is also translated in english partly
I think you need to separate user langauge and admin langauge
Fixed in V26e22
Re: supernova-release-25 English language file
Добавлено: 14 мар 2011, 21:59
Gorlum
Okay. I made Organization supernova-contributors on GitHub and include you to team Contributors. It means that you can pull AND PUSH changes directly to git! Also you can "Pull Request" (instruction by several posts above). No more need to upload archives here
Try to experiment with GitHub. If you can handle it - it would be great!