cozy-bar 8.13.0 → 8.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/dist/cozy-bar.min.js +9 -17
- package/dist/cozy-bar.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Bar.jsx +3 -22
- package/src/components/Drawer.jsx +0 -2
- package/src/components/Drawer.spec.jsx +1 -5
- package/src/components/Settings/SettingsContent.jsx +4 -5
- package/src/components/Settings/index.jsx +0 -2
- package/src/components/__snapshots__/Bar.spec.jsx.snap +2 -8
- package/src/styles/index.styl +0 -1
- package/transpiled/components/Bar.js +2 -17
- package/transpiled/components/Drawer.js +0 -2
- package/transpiled/components/Drawer.spec.jsx +1 -5
- package/transpiled/components/Settings/SettingsContent.js +3 -4
- package/transpiled/components/Settings/index.js +0 -2
- package/transpiled/components/__snapshots__/Bar.spec.jsx.snap +2 -8
- package/transpiled/cozy-bar.css +0 -21
- package/transpiled/styles/index.styl +0 -1
- package/src/components/SupportModal.jsx +0 -59
- package/src/styles/supportModal.css +0 -20
- package/transpiled/components/SupportModal.js +0 -86
- package/transpiled/styles/supportModal.css +0 -20
package/README.md
CHANGED
|
@@ -165,6 +165,13 @@ If you want to work on cozy-bar itself and submit code modifications, feel free
|
|
|
165
165
|
|
|
166
166
|
## Community
|
|
167
167
|
|
|
168
|
+
### Localization
|
|
169
|
+
|
|
170
|
+
Localization and translations are handled by [Transifex][tx], which is used by all Cozy's apps.
|
|
171
|
+
|
|
172
|
+
As a _translator_, you can login to [Transifex][tx-signin] (using your Github account) and claim an access to the [app repository][tx-app]. Locales are pulled when app is build before publishing.
|
|
173
|
+
|
|
174
|
+
As a _developer_, you just have to modify json in `/src/locales`. New locales will be automatically added to Transifex. If you need to pull or push manually locales, you can use [Transifex CLI](tx-cli). If you were using a [transifex-client](tx-client), you must move to [Transifex CLI](tx-cli) to be compatible with the v3 API.
|
|
168
175
|
|
|
169
176
|
### Get in touch
|
|
170
177
|
|