Skip to content

Commit

Permalink
docs(translation): Fixed links in docs translations (anuraghazra#421)
Browse files Browse the repository at this point in the history
* fixed link in german docs translation

* Fixed link in french docs translation

* fixed link in japanese docs translation
  • Loading branch information
qwerty541 authored Aug 29, 2020
1 parent e3d6f95 commit cf08c75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/readme_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Du kannst das Erscheinungsbild deiner `Stats Card` oder `Repo Card`, mithilfe vo
- `text_color` - Textkörperfarbe _(hex color)_
- `icon_color` - Symbolfarbe (falls verfügbar) _(hex color)_
- `bg_color` - Hintergrundfarbe _(hex color)_ **oder** ein Farbverlauf in der Form von _winkel,start,ende_
- `theme` - Name des Erscheinungsbildes/Themes [alle verfügbaren Themes](./themes/README.md)
- `theme` - Name des Erscheinungsbildes/Themes [alle verfügbaren Themes](../themes/README.md)
- `cache_seconds` - manuelles festlegen der Cachezeiten _(min: 1800, max: 86400)_

##### Farbverlauf in bg_color
Expand Down
2 changes: 1 addition & 1 deletion docs/readme_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
- [Carte des stats GitHub](#carte-des-stats-github)
- [GitHub Extra Pins](#github-extra-pins)
- [Carte des meilleurs langages](#carte-des-langages-les--utilisés)
- [Themes](#themes)
- [Themes](#thèmes)
- [Personnalisation](#personnalisation)
- [Deployer toi-même](#déployer-sur-votre-propre-instance-vercel)

Expand Down
2 changes: 1 addition & 1 deletion docs/readme_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ dark, radical, merko, gruvbox, tokyonight, onedark, cobalt, synthwave, highcontr
- `text_color` - 中身のテキストの色 _(16 進数カラーコード)_
- `icon_color` - アイコンの色(変更可能な場合のみ) _(16 進数カラーコード)_
- `bg_color` - 背景の色 _(16 進数カラーコード)_ **または** _angle,start,end_ の形式でグラデーションを指定することも可
- `theme` - [使用可能なテーマ一覧](./themes/README.md) から選んだテーマ名
- `theme` - [使用可能なテーマ一覧](../themes/README.md) から選んだテーマ名
- `cache_seconds` - キャッシュ時間の秒数 _(最小値: 1800, 最大値: 86400)_

##### bg_color の グラデーション指定
Expand Down

0 comments on commit cf08c75

Please sign in to comment.