Patch for applications/accounting/config/AccountingEntityLabels.xml (language order)
------------------------------------------------------------------------------------ Key: OFBIZ-2068 URL: https://issues.apache.org/jira/browse/OFBIZ-2068 Project: OFBiz Issue Type: Improvement Components: accounting Affects Versions: SVN trunk Reporter: Erik Wegner Priority: Trivial Fix For: SVN trunk Attachments: AccountingUiLabels.diff This patch file sorts the value entries in the file applications/accounting/config/AccountingEntityLabels.xml for each property in alphabetic order. Additionally it fixes some lines, where the nl-translation was inserted with the key »en«. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Wegner updated OFBIZ-2068: ------------------------------- Attachment: AccountingUiLabels.diff Patch file > Patch for applications/accounting/config/AccountingEntityLabels.xml (language order) > ------------------------------------------------------------------------------------ > > Key: OFBIZ-2068 > URL: https://issues.apache.org/jira/browse/OFBIZ-2068 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Erik Wegner > Priority: Trivial > Fix For: SVN trunk > > Attachments: AccountingUiLabels.diff > > > This patch file sorts the value entries in the file applications/accounting/config/AccountingEntityLabels.xml for each property in alphabetic order. Additionally it fixes some lines, where the nl-translation was inserted with the key »en«. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653858#action_12653858 ] Jacques Le Roux commented on OFBIZ-2068: ---------------------------------------- Great work Erik ! I let at least another pair of eyes checking before any commit since it seems that we let a lot of errors pass in... It's does not seems that important but having labels sorted makes easier all other things. And having a program to do that at any time is of course even better :) At a time Bruno Busco provided a Python script (OFBIZ-1698) to do some other things but it proved to be not safe and we gave up. Is your sorting program in Java and could it be contributed to the community (we could put it in Webtools to check labels order from time to time) ? Thanks > Patch for applications/accounting/config/AccountingEntityLabels.xml (language order) > ------------------------------------------------------------------------------------ > > Key: OFBIZ-2068 > URL: https://issues.apache.org/jira/browse/OFBIZ-2068 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Erik Wegner > Priority: Trivial > Fix For: SVN trunk > > Attachments: AccountingUiLabels.diff > > > This patch file sorts the value entries in the file applications/accounting/config/AccountingEntityLabels.xml for each property in alphabetic order. Additionally it fixes some lines, where the nl-translation was inserted with the key »en«. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Wegner updated OFBIZ-2068: ------------------------------- Attachment: sort_langvalues.groovy The script reads in a language xml file and sorts the translations by the language key. It then prints out the result to standard output. > Patch for applications/accounting/config/AccountingEntityLabels.xml (language order) > ------------------------------------------------------------------------------------ > > Key: OFBIZ-2068 > URL: https://issues.apache.org/jira/browse/OFBIZ-2068 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Erik Wegner > Priority: Trivial > Fix For: SVN trunk > > Attachments: AccountingUiLabels.diff, sort_langvalues.groovy > > > This patch file sorts the value entries in the file applications/accounting/config/AccountingEntityLabels.xml for each property in alphabetic order. Additionally it fixes some lines, where the nl-translation was inserted with the key »en«. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654731#action_12654731 ] bpsew edited comment on OFBIZ-2068 at 12/9/08 12:09 AM: -------------------------------------------------------------- The script reads in a language xml file and sorts the translations by the language key. It then prints out the result to standard output. When called with no argument, it uses the testinput string definied within. To do actual work, use the xml-file as first parameter. was (Author: bpsew): The script reads in a language xml file and sorts the translations by the language key. It then prints out the result to standard output. > Patch for applications/accounting/config/AccountingEntityLabels.xml (language order) > ------------------------------------------------------------------------------------ > > Key: OFBIZ-2068 > URL: https://issues.apache.org/jira/browse/OFBIZ-2068 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Erik Wegner > Priority: Trivial > Fix For: SVN trunk > > Attachments: AccountingUiLabels.diff, sort_langvalues.groovy > > > This patch file sorts the value entries in the file applications/accounting/config/AccountingEntityLabels.xml for each property in alphabetic order. Additionally it fixes some lines, where the nl-translation was inserted with the key »en«. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Geisert reassigned OFBIZ-2068: ---------------------------------------- Assignee: Christian Geisert > Patch for applications/accounting/config/AccountingEntityLabels.xml (language order) > ------------------------------------------------------------------------------------ > > Key: OFBIZ-2068 > URL: https://issues.apache.org/jira/browse/OFBIZ-2068 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Erik Wegner > Assignee: Christian Geisert > Priority: Trivial > Fix For: SVN trunk > > Attachments: AccountingUiLabels.diff, sort_langvalues.groovy > > > This patch file sorts the value entries in the file applications/accounting/config/AccountingEntityLabels.xml for each property in alphabetic order. Additionally it fixes some lines, where the nl-translation was inserted with the key »en«. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Geisert resolved OFBIZ-2068. -------------------------------------- Resolution: Fixed Great work, patch committed, thanks for your contribution! > Patch for applications/accounting/config/AccountingEntityLabels.xml (language order) > ------------------------------------------------------------------------------------ > > Key: OFBIZ-2068 > URL: https://issues.apache.org/jira/browse/OFBIZ-2068 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Erik Wegner > Assignee: Christian Geisert > Priority: Trivial > Fix For: SVN trunk > > Attachments: AccountingUiLabels.diff, sort_langvalues.groovy > > > This patch file sorts the value entries in the file applications/accounting/config/AccountingEntityLabels.xml for each property in alphabetic order. Additionally it fixes some lines, where the nl-translation was inserted with the key »en«. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Wegner updated OFBIZ-2068: ------------------------------- Attachment: (was: sort_langvalues.groovy) > Patch for applications/accounting/config/AccountingEntityLabels.xml (language order) > ------------------------------------------------------------------------------------ > > Key: OFBIZ-2068 > URL: https://issues.apache.org/jira/browse/OFBIZ-2068 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Erik Wegner > Assignee: Christian Geisert > Priority: Trivial > Fix For: SVN trunk > > Attachments: AccountingUiLabels.diff > > > This patch file sorts the value entries in the file applications/accounting/config/AccountingEntityLabels.xml for each property in alphabetic order. Additionally it fixes some lines, where the nl-translation was inserted with the key »en«. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Wegner updated OFBIZ-2068: ------------------------------- Attachment: sort_langvalues.groovy * Check for length of language key * Output of duplicate language key > Patch for applications/accounting/config/AccountingEntityLabels.xml (language order) > ------------------------------------------------------------------------------------ > > Key: OFBIZ-2068 > URL: https://issues.apache.org/jira/browse/OFBIZ-2068 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Erik Wegner > Assignee: Christian Geisert > Priority: Trivial > Fix For: SVN trunk > > Attachments: AccountingUiLabels.diff, sort_langvalues.groovy > > > This patch file sorts the value entries in the file applications/accounting/config/AccountingEntityLabels.xml for each property in alphabetic order. Additionally it fixes some lines, where the nl-translation was inserted with the key »en«. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Wegner closed OFBIZ-2068. ------------------------------ Patch committed > Patch for applications/accounting/config/AccountingEntityLabels.xml (language order) > ------------------------------------------------------------------------------------ > > Key: OFBIZ-2068 > URL: https://issues.apache.org/jira/browse/OFBIZ-2068 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Erik Wegner > Assignee: Christian Geisert > Priority: Trivial > Fix For: SVN trunk > > Attachments: AccountingUiLabels.diff, sort_langvalues.groovy > > > This patch file sorts the value entries in the file applications/accounting/config/AccountingEntityLabels.xml for each property in alphabetic order. Additionally it fixes some lines, where the nl-translation was inserted with the key »en«. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-2068: ------------------------------------ Assignee: Jacques Le Roux (was: Christian Geisert) Reopened to consider sort_langvalues.groovy integration as part of the "Labels Manager" > Patch for applications/accounting/config/AccountingEntityLabels.xml (language order) > ------------------------------------------------------------------------------------ > > Key: OFBIZ-2068 > URL: https://issues.apache.org/jira/browse/OFBIZ-2068 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Erik Wegner > Assignee: Jacques Le Roux > Priority: Trivial > Fix For: SVN trunk > > Attachments: AccountingUiLabels.diff, sort_langvalues.groovy > > > This patch file sorts the value entries in the file applications/accounting/config/AccountingEntityLabels.xml for each property in alphabetic order. Additionally it fixes some lines, where the nl-translation was inserted with the key »en«. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-2068. ---------------------------------- Resolution: Fixed OK in OFBIZ-2070 > Patch for applications/accounting/config/AccountingEntityLabels.xml (language order) > ------------------------------------------------------------------------------------ > > Key: OFBIZ-2068 > URL: https://issues.apache.org/jira/browse/OFBIZ-2068 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Erik Wegner > Assignee: Jacques Le Roux > Priority: Trivial > Fix For: SVN trunk > > Attachments: AccountingUiLabels.diff, sort_langvalues.groovy > > > This patch file sorts the value entries in the file applications/accounting/config/AccountingEntityLabels.xml for each property in alphabetic order. Additionally it fixes some lines, where the nl-translation was inserted with the key »en«. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |