Adding russian language to UI

2016-03-22 Thread Dmitriy Berezkin
Hi all! I would like to translate syncope 2.0.0 UI to russian language. I'm looking for preinstalled environment to get started with syncope 2.0.0-M2. It will be great if russian language support for syncope UI will be OOTB for 2.0.0 release. Regards Dmitry Berezkin from securny.com

Re: Adding russian language to UI

2016-03-22 Thread Francesco Chicchiriccò
On 22-mar-16, at 10:20, Dmitriy Berezkin berezkin.dmit...@gmail.com wrote: > Hi all! > > I would like to translate syncope 2.0.0 UI to russian language. I'm looking > for preinstalled environment to get started with syncope 2.0.0-M2. > It will be great if russian language support for syncope UI w

Re: Adding russian language to UI

2016-03-22 Thread Francesco Chicchiriccò
On 22-mar-16, at 10:32, Francesco Chicchiriccò ilgro...@apache.org ha scritto: > On 22-mar-16, at 10:20, Dmitriy Berezkin berezkin.dmit...@gmail.com wrote: > >> Hi all! >> >> I would like to translate syncope 2.0.0 UI to russian language. I'm looking >> for preinstalled environment to get starte

Re: Adding russian language to UI

2016-03-24 Thread Francesco Chicchiriccò
Hi, any progress so far? Have you attempted the procedure described at [1]? Regards. On 22/03/2016 10:44, Francesco Chicchiriccò wrote: On 22-mar-16, at 10:32, Francesco Chicchiriccò ilgro...@apache.org ha scritto: On 22-mar-16, at 10:20, Dmitriy Berezkin berezkin.dmit...@gmail.com wrote: H

Re: Adding russian language to UI

2016-03-24 Thread Dmitriy Berezkin
Hi! Thank you for worrying. I cloned git, found all language *.properties files and almost finished with "SyncopeConsoleApplication_ru.properties". I didn't configured yet my dev environment to test my modifications, but building project with mvn works fine. 2016-03-24 11:01 GMT+03:00 Francesco

Re: Adding russian language to UI

2016-03-24 Thread Francesco Chicchiriccò
On 24/03/2016 09:26, Dmitriy Berezkin wrote: Hi! Thank you for worrying. I cloned git, found all language *.properties files and almost finished with "SyncopeConsoleApplication_ru.properties". I didn't configured yet my dev environment to test my modifications, but building project with mvn works

Re: Adding russian language to UI

2016-03-26 Thread Dmitriy Berezkin
I'm trying to add russian locale to dropdown list at login page. I added russian locale to line 73 to SyncopeConsoleApplication.java and run mvn -Pdebug. But I dont see any changes to language dropdown list at localhost:9080/syncope-console/ What should I check to fix it? Looks like I missed someth

Re: Adding russian language to UI

2016-03-26 Thread Francesco Chicchiriccò
Hi, your images are not visible, but I've seen them on twitter I guess ;-) After modifying SyncopeConsoleApplication.java (and adding the properties files), have you issued mvn clean install under client/console *before* going into fit/console-reference and running mvn -Pdebug? Anyway, are

Re: Adding russian language to UI

2016-03-26 Thread Dmitriy Berezkin
You were absolutely right! I missed mvn clean and didnt see changes. Now I can see Russian in dropdown list but I'm getting error if I choose it. Here is the error: HTTP Status 500 - type: Exception report message: description: The server encountered an internal error that prevented it from fulfill

Re: Adding russian language to UI

2016-03-26 Thread Francesco Chicchiriccò
On 26/03/2016 19:26, Dmitriy Berezkin wrote: You were absolutely right! I missed mvn clean and didnt see changes. Now I can see Russian in dropdown list but I'm getting error if I choose it. Here is the error: HTTP Status 500 - You need to take a look at files under fit/console-reference/targe

Re: Adding russian language to UI

2016-03-27 Thread Dmitriy Berezkin
Francesco, thank you for your patience! I don really know why, but it began to work as expected! At this time I'm working with local git repo. But I will create a fork on github to be able to show you my changes and submit pull request. I also sent ICLA to apache secretary. 2016-03-26 21:44 GMT+

Re: Adding russian language to UI

2016-03-27 Thread Francesco Chicchiriccò
On 28/03/2016 08:21, Dmitriy Berezkin wrote: Francesco, thank you for your patience! I don really know why, but it began to work as expected! Great, I've seen some screenshots from Twitter: https://pbs.twimg.com/media/CenW6U0WsAA3Sr3.jpg:large https://pbs.twimg.com/media/CenW6fUWQAA_5dA.jpg:la

Re: Adding russian language to UI

2016-04-08 Thread Francesco Chicchiriccò
Hi Dmitriy, I was wondering if you got any further progress. Regards. On 28/03/2016 08:35, Francesco Chicchiriccò wrote: On 28/03/2016 08:21, Dmitriy Berezkin wrote: Francesco, thank you for your patience! I don really know why, but it began to work as expected! Great, I've seen some screens

Re: Adding russian language to UI

2016-04-08 Thread Dmitriy Berezkin
Hi Francesco! I almost finished. Now I have a fork with branch for RU locale: https://github.com/securny/syncope/tree/ru I left to finish just two files:ConnectorModal and ResourceModal. After this I'll create pull-request. 2016-04-08 13:43 GMT+03:00 Francesco Chicchiriccò : > Hi Dmitriy, > I

Re: Adding russian language to UI

2016-04-08 Thread Francesco Chicchiriccò
On 08/04/2016 12:50, Dmitriy Berezkin wrote: Hi Francesco! I almost finished. Now I have a fork with branch for RU locale: https://github.com/securny/syncope/tree/ru I left to finish just two files:ConnectorModal and ResourceModal. After this I'll create pull-request. Hey, nice work :-) I se

Re: Adding russian language to UI

2016-04-08 Thread Dmitriy Berezkin
Thank you, Francesco! I'll check for update for my fork before sending PR! I'm trying to act carefully to prevent possible damage of source files. Regards. 2016-04-08 13:52 GMT+03:00 Francesco Chicchiriccò : > On 08/04/2016 12:50, Dmitriy Berezkin wrote: > >> Hi Francesco! >> >> I almost finish

Re: Adding russian language to UI

2016-04-08 Thread Francesco Chicchiriccò
On 08/04/2016 12:58, Dmitriy Berezkin wrote: Thank you, Francesco! I'll check for update for my fork before sending PR! I'm trying to act carefully to prevent possible damage of source files. Attention to details is much appreciated ;-) I have created https://issues.apache.org/jira/browse/SY

Re: Adding russian language to UI

2016-04-08 Thread Dmitriy Berezkin
1. berezkin 2. Ok 2016-04-08 14:03 GMT+03:00 Francesco Chicchiriccò : > On 08/04/2016 12:58, Dmitriy Berezkin wrote: > >> Thank you, Francesco! >> >> I'll check for update for my fork before sending PR! >> I'm trying to act carefully to prevent possible damage of source files. >> > > Attention to

Re: Adding russian language to UI

2016-04-12 Thread Dmitriy Berezkin
I updated my fork and cant debug it because of errors: [INFO] There are 24 errors reported by Checkstyle 6.11.2 with /syncope/client/console/../../src/main/resources/org/apache/syncope/checkstyle.xml ruleset. [ERROR] src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel

Re: Adding russian language to UI

2016-04-12 Thread Francesco Chicchiriccò
On 12/04/2016 09:31, Dmitriy Berezkin wrote: I updated my fork and cant debug it because of errors: In the commits you used to miss there have been several wicket message keys that were removed or renamed - actually, some properties file were also added, removed or renamed. In general, you

Re: Adding russian language to UI

2016-04-12 Thread Dmitriy Berezkin
So if I remove 'task.generic.list' from 'TopologyTogglePanel_ru.properties' it will fix this 3 errors: [ERROR] src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel_it.properties:[0] (misc) Translation: Key 'task.generic.list' missing. [ERROR] src/main/resources/org/apa

Re: Adding russian language to UI

2016-04-12 Thread Francesco Chicchiriccò
On 12/04/2016 09:47, Dmitriy Berezkin wrote: So if I remove 'task.generic.list' from 'TopologyTogglePanel_ru.properties' it will fix this 3 errors: [ERROR] src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel_it.properties:[0] (misc) Translation: Key 'task.generic.li

Re: Adding russian language to UI

2016-04-12 Thread Fabio Martelli
Il 12/04/2016 09:47, Dmitriy Berezkin ha scritto: So if I remove 'task.generic.list' from 'TopologyTogglePanel_ru.properties' it will fix this 3 errors: [ERROR] src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel_it.properties:[0] (misc) Translation: Key 'task.gener

Re: Adding russian language to UI

2016-04-12 Thread Dmitriy Berezkin
Thank you Fabio! I removed old keys from *_ru.properties files and now dont have any errors: [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] Total time: 36.630

Re: Adding russian language to UI

2016-04-12 Thread Francesco Chicchiriccò
On 12/04/2016 10:05, Dmitriy Berezkin wrote: Thank you Fabio! I removed old keys from *_ru.properties files and now dont have any errors: That's good; but consider that ow you are missing some Russian translations... 2016-04-12 11:00 GMT+03:00 Fabio Martelli : Il 12/04/2016 09:47, Dmitriy

Re: Adding russian language to UI

2016-04-12 Thread Dmitriy Berezkin
I already added missing translations, but didn't remove unused keys. I believed that it is not an error if one property file have unused keys. But mvn have another opinion :) So now I dont have translation for approvals and notifications yet, but I'm working on it. Here is my progress: https://gith

Re: Adding russian language to UI

2016-04-12 Thread Francesco Chicchiriccò
On 12/04/2016 10:18, Dmitriy Berezkin wrote: I already added missing translations, but didn't remove unused keys. I believed that it is not an error if one property file have unused keys. But mvn have another opinion :) So now I dont have translation for approvals and notifications yet, but I'm w

Re: Adding russian language to UI

2016-04-13 Thread Francesco Chicchiriccò
Hi Dmitriy, so it seems you made it, huge congrats! I have also updated the live demo at http://syncope-vm.apache.org:9080/syncope-console/ Now we would highly appreciate if you keep staying around, since we will likely need to add further translations for the element currently missing in adm

Re: Adding russian language to UI

2016-04-13 Thread Dmitriy Berezkin
Hi Francesco! Thanks for demo link! I'll watch for new commits and translation requests. And I am pleased to participate in this project. 2016-04-14 9:46 GMT+03:00 Francesco Chicchiriccò : > Hi Dmitriy, > so it seems you made it, huge congrats! > > I have also updated the live demo at > > http:/

Re: Adding russian language to UI

2016-06-24 Thread Francesco Chicchiriccò
Hi Dmitriy. as you might have noticed, we are currently voting on 2.0.0-M4 release (your checks and vote, even though non-binding, are welcome BTW). Since your contribution we've been adding features to the admin console and have also introduced several labels, which are currently missing their

Re: Adding russian language to UI

2016-06-25 Thread Dmitriy Berezkin
Hi Francesco, Yes, sure, I'll review and add russian translation for admin console features. I dont think that it will take much time. Regards, Dmitry 2016-06-24 14:24 GMT+03:00 Francesco Chicchiriccò : > Hi Dmitriy. > as you might have noticed, we are currently voting on 2.0.0-M4 release > (yo

Re: Adding russian language to UI

2016-08-04 Thread Francesco Chicchiriccò
Hi Dmitriy, I was wondering if you had any update on this. Thanks. Regards. On 25/06/2016 21:30, Dmitriy Berezkin wrote: Hi Francesco, Yes, sure, I'll review and add russian translation for admin console features. I dont think that it will take much time. Regards, Dmitry 2016-06-24 14:24 GMT

Re: Adding russian language to UI

2016-08-07 Thread Dmitriy Berezkin
Hi Francesco, I forgot to commit my updates because of work, but now I'm ready to make a pull request. 2016-08-04 11:07 GMT+03:00 Francesco Chicchiriccò : > Hi Dmitriy, > I was wondering if you had any update on this. > > Thanks. > Regards. > > On 25/06/2016 21:30, Dmitriy Berezkin wrote: > >> H

Re: Adding russian language to UI

2016-08-08 Thread Francesco Chicchiriccò
On 07/08/2016 22:42, Dmitriy Berezkin wrote: Hi Francesco, I forgot to commit my updates because of work, but now I'm ready to make a pull request. Hi Dmitriy, thanks for PR #32: I have added some comment there. Regards. 2016-08-04 11:07 GMT+03:00 Francesco Chicchiriccò : Hi Dmitriy, I was

Re: Adding russian language to UI

2016-08-08 Thread Dmitriy Berezkin
Hi Francesco, Thank you for patch, I'll fix my branch and create new PR today or tomorrow. 2016-08-08 11:13 GMT+03:00 Francesco Chicchiriccò : > On 07/08/2016 22:42, Dmitriy Berezkin wrote: > >> Hi Francesco, >> >> I forgot to commit my updates because of work, but now I'm ready to make a >> pul

Re: Adding russian language to UI

2016-08-10 Thread Francesco Chicchiriccò
On 08/08/2016 10:19, Dmitriy Berezkin wrote: Hi Francesco, Thank you for patch, I'll fix my branch and create new PR today or tomorrow. It took some more work, but it is applied now: https://github.com/apache/syncope/commit/6f7040e30696860bb8b12b17d5f27cdc732a701f Thanks! Regards. 2016-08-

Re: Adding russian language to UI

2016-08-10 Thread Dmitriy Berezkin
Great! I really like to do the right thing, even if this requires some more work. 2016-08-10 11:26 GMT+03:00 Francesco Chicchiriccò : > On 08/08/2016 10:19, Dmitriy Berezkin wrote: > >> Hi Francesco, >> >> Thank you for patch, I'll fix my branch and create new PR today or >> tomorrow. >> > > It t