Share the localization progress of your app or project publicly with your contributors, volunteers and translators. And get more of them 😉.
Example:
The basic URL is:
https://connect.localazy.com/status/[project-id]
There are four parameters that allows you to override texts, look and feel:
- content - changes the generated information
- title - changes the informative title
- style - changes the style of the shield
- logo - adds logo and allow to colorize it
The full URL looks like:
https://connect.localazy.com/status/[project-id]?title=...&content=...&style=...&logo=...
You can use the shield to show overal project progress, number of languages or progress for defined language.
Usage: ![](https://connect.localazy.com/status/floating-apps?content=[value])
You can change the shown title to one of the available variants. There are also specific variants for locale-specific shields.
Usage: ![](https://connect.localazy.com/status/floating-apps?title=[value])
Add Localazy logo and optionally change its color.
Usage: ![](https://connect.localazy.com/status/floating-apps?logo=[true|RRGGBB])
Value | Demo | Description |
---|---|---|
true | Just use the logo with the default white color. | |
RRGGBB | Change the color if necessary. The color code is provided in HEX RRGGBB format. |
All styles from shields.io are supported.
Usage: ![](https://connect.localazy.com/status/floating-apps?style=[value])
Value | Demo |
---|---|
plastic | |
flat | |
flat-square | |
for-the-badge | |
social |
Any of these formats is recognized as valid locale code:
- ll
- ll_RR
- ll-RR
- ll+RR
- ll_Scrp
- ll-Scrp
- ll+Scrp
- ll#Scrp
- ll_RR_Scrp
- ll_Scrp_RR
- ll_RR#Scrp
- ll-RR-Scrp
- ll-Scrp-RR
- ll-RR#Scrp
- ll+RR+Scrp
- ll+Scrp+RR
Where:
- ll is language code
- RR is region code
- Scrp is script code