mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Update badge in README
This commit is contained in:
parent
c18ca2e5a6
commit
9b85c980ac
3
.github/workflows/package.yml
vendored
3
.github/workflows/package.yml
vendored
@ -122,6 +122,9 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 5
|
||||
|
||||
# Ensure latest build if repository is not up-to-date
|
||||
- run: rm -rf material
|
||||
|
||||
# Download distribution files
|
||||
- uses: actions/download-artifact@v1
|
||||
with:
|
||||
|
@ -1,11 +1,11 @@
|
||||
[![Travis][travis-image]][travis-link]
|
||||
[![Github Action][action-image]][action-link]
|
||||
[![Downloads][downloads-image]][downloads-link]
|
||||
[![Gitter][gitter-image]][gitter-link]
|
||||
[![PyPI][pypi-image]][pypi-link]
|
||||
[![dependabot][dependabot-image]][dependabot-link]
|
||||
|
||||
[travis-image]: https://travis-ci.org/squidfunk/mkdocs-material.svg?branch=master
|
||||
[travis-link]: https://travis-ci.org/squidfunk/mkdocs-material
|
||||
[action-image]: https://github.com/squidfunk/mkdocs-material/workflows/package/badge.svg
|
||||
[action-link]: https://github.com/squidfunk/mkdocs-material/actions
|
||||
[downloads-image]: https://img.shields.io/pypi/dm/mkdocs-material.svg
|
||||
[downloads-link]: https://pypistats.org/packages/mkdocs-material
|
||||
[gitter-image]: https://badges.gitter.im/squidfunk/mkdocs-material.svg
|
||||
|
@ -20,7 +20,7 @@
|
||||
IN THE SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- Translation: Russian -->
|
||||
<!-- Translations: Russian -->
|
||||
{% macro t(key) %}{{ {
|
||||
"language": "ru",
|
||||
"clipboard.copy": "Копировать в буфер",
|
||||
|
@ -20,7 +20,7 @@
|
||||
IN THE SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- Translation: Slovenian -->
|
||||
<!-- Translations: Slovenian -->
|
||||
{% macro t(key) %}{{ {
|
||||
"language": "si",
|
||||
"clipboard.copy": "Kopiraj v odložišče",
|
||||
|
@ -20,7 +20,7 @@
|
||||
IN THE SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- Translation: Slovak -->
|
||||
<!-- Translations: Slovak -->
|
||||
{% macro t(key) %}{{ {
|
||||
"language": "sk",
|
||||
"clipboard.copy": "Kopírovať do schránky",
|
||||
|
@ -20,7 +20,7 @@
|
||||
IN THE SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- Translation: Ukrainian -->
|
||||
<!-- Translations: Ukrainian -->
|
||||
{% macro t(key) %}{{ {
|
||||
"language": "uk",
|
||||
"clipboard.copy": "Скопіювати в буфер",
|
||||
|
Loading…
Reference in New Issue
Block a user