[i18n] Translation for logs in keystone removed
Hi openstack-i18n, I've observed that all *-log-*.po files have been removed from keystone project in https://review.openstack.org/#/c/437811/ . This is making compile_catalog command to fail as it expects those files to exist in [1]. Is this expected?, will translation for all log files be removed from projects?, if so changes in setup.cfg should be coordinated when needed. Best regards, Alfredo [1] https://github.com/openstack/keystone/blob/master/setup.cfg#L54
On 2017-02-27 15:52, Alfredo Moralejo Alonso wrote:
Hi openstack-i18n,
I've observed that all *-log-*.po files have been removed from keystone project in https://review.openstack.org/#/c/437811/ . This is making compile_catalog command to fail as it expects those files to exist in [1]. Is this expected?, will translation for all log files be removed from projects?, if so changes in setup.cfg should be coordinated when needed.
Yes, we decided some time ago to not translate the log files anymore and thus our tools do not handle them anymore - and in general, we remove these kind of files. Sorry to hear that this broke the compile_catalog, could you fix it, please? Andreas
Best regards,
Alfredo
[1] https://github.com/openstack/keystone/blob/master/setup.cfg#L54
_______________________________________________ OpenStack-I18n mailing list OpenStack-I18n@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-i18n
-- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
On Mon, Feb 27, 2017 at 7:38 PM, Andreas Jaeger <aj@suse.com> wrote:
On 2017-02-27 15:52, Alfredo Moralejo Alonso wrote:
Hi openstack-i18n,
I've observed that all *-log-*.po files have been removed from keystone project in https://review.openstack.org/#/c/437811/ . This is making compile_catalog command to fail as it expects those files to exist in [1]. Is this expected?, will translation for all log files be removed from projects?, if so changes in setup.cfg should be coordinated when needed.
Yes, we decided some time ago to not translate the log files anymore and thus our tools do not handle them anymore - and in general, we remove these kind of files.
Sorry to hear that this broke the compile_catalog, could you fix it, please?
Yes, https://review.openstack.org/#/c/438875/ . According to [1] we have similar configuration in nova, cinder and heat also. Will it be translation for *-log-* removed also?, if so, when?, i'd like to coordinate changes in setup.cfg to avoid errors. Alfredo [1] http://codesearch.openstack.org/?q=domain.*-log-.*&i=nope&files=setup.cfg&repos=
Andreas
Best regards,
Alfredo
[1] https://github.com/openstack/keystone/blob/master/setup.cfg#L54
_______________________________________________ OpenStack-I18n mailing list OpenStack-I18n@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-i18n
-- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
Hello, I am now seeing your message late (your message was not here and in waiting queue list since you are not a subscriber for this mailing list). Alfredo Moralejo Alonso wrote on 2/28/2017 6:36 PM:
On Mon, Feb 27, 2017 at 7:38 PM, Andreas Jaeger <aj@suse.com> wrote:
Hi openstack-i18n,
I've observed that all *-log-*.po files have been removed from keystone project in https://review.openstack.org/#/c/437811/ . This is making compile_catalog command to fail as it expects those files to exist in [1]. Is this expected?, will translation for all log files be removed from projects?, if so changes in setup.cfg should be coordinated when needed. Yes, we decided some time ago to not translate the log files anymore and
On 2017-02-27 15:52, Alfredo Moralejo Alonso wrote: thus our tools do not handle them anymore - and in general, we remove these kind of files.
Sorry to hear that this broke the compile_catalog, could you fix it, please?
Yes, https://review.openstack.org/#/c/438875/ . According to [1] we have similar configuration in nova, cinder and heat also. Will it be translation for *-log-* removed also?,
Yes
if so, when?,
When there has translation changes on their repository. So patching also nova, cinder, heat, and so on with like your patch ( https://review.openstack.org/#/c/438875/ ) is a very good idea.
i'd like to coordinate changes in setup.cfg to avoid errors.
Thanks a lot for coordinating such changes. Would you submit the similar patches and invite me as a reviewer? With many thanks, /Ian
Alfredo
[1] http://codesearch.openstack.org/?q=domain.*-log-.*&i=nope&files=setup.cfg&repos=
Andreas
Best regards,
Alfredo
[1] https://github.com/openstack/keystone/blob/master/setup.cfg#L54
_______________________________________________ OpenStack-I18n mailing list OpenStack-I18n@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-i18n
-- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
_______________________________________________ OpenStack-I18n mailing list OpenStack-I18n@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-i18n
On Wed, Mar 1, 2017 at 9:43 AM, Ian Y. Choi <ianyrchoi@gmail.com> wrote:
Hello,
I am now seeing your message late (your message was not here and in waiting queue list since you are not a subscriber for this mailing list).
Alfredo Moralejo Alonso wrote on 2/28/2017 6:36 PM:
On Mon, Feb 27, 2017 at 7:38 PM, Andreas Jaeger <aj@suse.com> wrote:
On 2017-02-27 15:52, Alfredo Moralejo Alonso wrote:
Hi openstack-i18n,
I've observed that all *-log-*.po files have been removed from keystone project in https://review.openstack.org/#/c/437811/ . This is making compile_catalog command to fail as it expects those files to exist in [1]. Is this expected?, will translation for all log files be removed from projects?, if so changes in setup.cfg should be coordinated when needed.
Yes, we decided some time ago to not translate the log files anymore and thus our tools do not handle them anymore - and in general, we remove these kind of files.
Sorry to hear that this broke the compile_catalog, could you fix it, please?
Yes, https://review.openstack.org/#/c/438875/ . According to [1] we have similar configuration in nova, cinder and heat also. Will it be translation for *-log-* removed also?,
Yes
if so, when?,
When there has translation changes on their repository. So patching also nova, cinder, heat, and so on with like your patch ( https://review.openstack.org/#/c/438875/ ) is a very good idea.
i'd like to coordinate changes in setup.cfg to avoid errors.
Thanks a lot for coordinating such changes. Would you submit the similar patches and invite me as a reviewer?
Done, https://review.openstack.org/#/q/topic:fix-compile-catalog BTW, I'd suggest adding a compile_catalog job to project gates at least when modifying translation files so that we can detect this kind of problems earlier. Thanks, Alfredo
With many thanks,
/Ian
Alfredo
[1] http://codesearch.openstack.org/?q=domain.*-log-.*&i=nope&files=setup.cfg&repos=
Andreas
Best regards,
Alfredo
[1] https://github.com/openstack/keystone/blob/master/setup.cfg#L54
_______________________________________________ OpenStack-I18n mailing list OpenStack-I18n@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-i18n
-- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
_______________________________________________ OpenStack-I18n mailing list OpenStack-I18n@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-i18n
participants (3)
-
Alfredo Moralejo Alonso
-
Andreas Jaeger
-
Ian Y. Choi