Skip to content

Commit

Permalink
Disable locales not supported in dev
Browse files Browse the repository at this point in the history
en-US is the only locale that is regularly updated during development, all others are updated just before release. Disable them so that Brief can be run from git even on non-en-US locales.
  • Loading branch information
tanriol committed Dec 10, 2014
1 parent 0890bff commit fcae95d
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions chrome.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,23 @@ category vacuum-participant BriefService @brief.mozdev.org/briefservice;1
component {dd940a26-3ab1-11e3-b1c2-ce3f5508acd9} components/BriefProtocolHandler.js
contract @mozilla.org/network/protocol;1?name=brief {dd940a26-3ab1-11e3-b1c2-ce3f5508acd9}

# en-US is the only locale supported in dev versions
locale brief en-US chrome/locale/en-US/
locale brief da chrome/locale/da/
locale brief de chrome/locale/de/
locale brief el chrome/locale/el/
locale brief es-ES chrome/locale/es-ES/
locale brief fr chrome/locale/fr/
locale brief gl chrome/locale/gl/
locale brief it chrome/locale/it/
locale brief ja chrome/locale/ja/
locale brief nb-NO chrome/locale/nb-NO/
locale brief nl chrome/locale/nl/
locale brief pl chrome/locale/pl/
locale brief pt-BR chrome/locale/pt-BR/
locale brief ro-RO chrome/locale/ro-RO/
locale brief ru chrome/locale/ru/
locale brief sk-SK chrome/locale/sk-SK/
locale brief tr chrome/locale/tr/
locale brief uk-UA chrome/locale/uk-UA/
locale brief zh-CN chrome/locale/zh-CN/
#locale brief da chrome/locale/da/
#locale brief de chrome/locale/de/
#locale brief el chrome/locale/el/
#locale brief es-ES chrome/locale/es-ES/
#locale brief fr chrome/locale/fr/
#locale brief gl chrome/locale/gl/
#locale brief it chrome/locale/it/
#locale brief ja chrome/locale/ja/
#locale brief nb-NO chrome/locale/nb-NO/
#locale brief nl chrome/locale/nl/
#locale brief pl chrome/locale/pl/
#locale brief pt-BR chrome/locale/pt-BR/
#locale brief ro-RO chrome/locale/ro-RO/
#locale brief ru chrome/locale/ru/
#locale brief sk-SK chrome/locale/sk-SK/
#locale brief tr chrome/locale/tr/
#locale brief uk-UA chrome/locale/uk-UA/
#locale brief zh-CN chrome/locale/zh-CN/

0 comments on commit fcae95d

Please sign in to comment.