You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
<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>
The text was updated successfully, but these errors were encountered:
<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>
The text was updated successfully, but these errors were encountered: