Skip to content

Commit 9a9445a

Browse files
author
Maciej Olko
committed
Add help translate sentence with link and resource to README
1 parent 0339c53 commit 9a9445a

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ Polskie tłumaczenie dokumentacji Pythona
33
![9.31% language switchera](https://img.shields.io/badge/language_switcher-9.31%25-0.svg)
44
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/dynamic/json.svg?label=całość&query=$.pl&url=http://gce.zhsj.me/python/newest)
55

6+
[Pomóż tłumaczyć](https://www.transifex.com/python-doc/python-newest/)
7+
dokumentację Pythona na język polski.
8+
9+
Przydatne materiały:
10+
* [polskie tłumaczenie dokumentacji Pythona 2.3](https://pl.python.org/docs/).
11+
612
Znalazłeś błąd lub masz sugestię?
13+
---------------------------------
714
* [Dodaj zgłoszenie](https://github.com/m-aciek/python-docs-pl/issues) w tym projekcie
815
* lub sam [nanieś poprawkę](https://www.transifex.com/python-doc/python-newest/)
916
w projekcie *Python document translation* na platformie Transifex.

manage_translations.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,14 @@ def language_switcher(entry):
117117
![{language_switcher_status:.2f}% language switchera](https://img.shields.io/badge/language_switcher-{language_switcher_status:.2f}%25-0.svg)
118118
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/dynamic/json.svg?label=całość&query=$.{LANGUAGE}&url=http://gce.zhsj.me/python/newest)
119119
120+
[Pomóż tłumaczyć](https://www.transifex.com/python-doc/python-newest/)
121+
dokumentację Pythona na język polski.
122+
123+
Przydatne materiały:
124+
* [polskie tłumaczenie dokumentacji Pythona 2.3](https://pl.python.org/docs/).
125+
120126
Znalazłeś błąd lub masz sugestię?
127+
---------------------------------
121128
* [Dodaj zgłoszenie](https://github.com/m-aciek/python-docs-pl/issues) w tym projekcie
122129
* lub sam [nanieś poprawkę](https://www.transifex.com/python-doc/python-newest/)
123130
w projekcie *Python document translation* na platformie Transifex.

0 commit comments

Comments
 (0)