Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Generate packageLocale in bar-descriptor #210

Open
EricLeiLi opened this issue Nov 15, 2012 · 2 comments
Open

Generate packageLocale in bar-descriptor #210

EricLeiLi opened this issue Nov 15, 2012 · 2 comments
Assignees

Comments

@EricLeiLi
Copy link

<packageLocale> element is required in bar-descriptor.xml to pass build and release: it will be generated based on "defaultlocale" attribute of <widget> node and the attribute "xml:lang" of <name> and <description>. Examples: 1. <widget defaultlocale="en"> + <name xml:lang="en-US"> + <name xml:lang="fr-FR"> ==> <packageLocale>en,en-US,fr-FR</packageLocale> 2. <name xml:lang="en-US"> + <name xml:lang="fr-FR"> + <description xml:lang="en-US"> + <description xml:lang="de"> ==> <packageLocale>en-US,fr-FR,de</packageLocale> 3. If no attributes are specified, it will use "en" as dummy and default value. ==> <packageLocale>en</packageLocale>

@ericpearson
Copy link
Contributor

fixed, this can be closed

@EricLeiLi
Copy link
Author

It's still open. In @jkeshavarzi pull request, that packageLocale change got reverted.

@ghost ghost assigned EricLeiLi Nov 23, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants