summaryrefslogtreecommitdiffhomepage
path: root/pl-pl
Commit message (Collapse)AuthorAgeLines
* Remove bare linksBoris Verkhovskiy2024-06-03-20/+6
|
* [java/*] Update obsolete link to "Thinking in Java" (#4365)Marko M2024-05-13-1/+1
|
* [vim/*] highlight vimrcBoris Verkhovskiy2024-04-20-14/+14
|
* [python/*] remove feedback email requestBoris Verkhovskiy2024-04-07-4/+0
|
* Remove leading and trailing empty lines in code blocksBoris Verkhovskiy2024-04-06-7/+0
|
* Perl6 to Raku and many moresumanstats2020-06-10-2/+2
| | | | | | | | | | | + As the Perl 6 is renamed to raku, it is good to reflect that https://github.com/Raku/problem-solving/blob/master/solutions/language/Path-to-Raku.md + perl6.org is now raku.org + change references of perl 6 to raku + rename file perl6-pod.html.markdown to raku-pod.html.markdown + Perl refers to Perl 5, there is no ambiguity after rename of Perl6 to Raku, use Perl only to refer to Perl 5 + fix links inside raku.html.markdown
* fix pl pythonlegacyAdam Bard2020-02-13-2/+0
|
* Change 'filename:' for Python 2 (legacy)Simon Shine2020-02-12-1/+1
| | | | | | | | | | | | | | | | Before renaming, all Python 2 filenames were 'learnpython-*.py'. This commit renames them to 'learnpythonlegacy-*.py'. To verify that the filenames were named consistently across translations prior to this commit, and to change this: ``` find . -name "pythonlegacy*.markdown" -exec ack filename: {} \; find . -name "pythonlegacy*.markdown" -exec \ sed -i 's/^filename: learnpython/filename: learnpythonlegacy/' {} \; ```
* Python 2 'language': Python 2 (legacy)Simon Shine2020-02-12-1/+1
| | | | | | | | | | | Instead of listing 'language: python' for Python 2, use language: Python 2 (legacy) ``` find . -iname "*pythonlegacy*" -exec \ sed -i 's/^language: .*/language: Python 2 (legacy)/' {} \; ```
* Rename Python 2 markdown files into 'pythonlegacy'Simon Shine2020-02-12-0/+0
| | | | | | | | | ``` for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do flegacy=$(echo "$f" | sed 's/python/pythonlegacy/') git mv "$f" "$flegacy" done ```
* [bf/pl-pl] Fix typo in urlMateusz Burniak2019-10-03-1/+1
|
* Fix translationMateusz Burniak2019-10-03-2/+3
|
* Fix typosMateusz Burniak2019-10-03-2/+2
|
* Adding the file optionjacekwachowiak2019-03-16-0/+1
|
* Proofreadingjacekwachowiak2019-03-16-16/+16
|
* Java translation to Polish v1jacekwachowiak2019-03-16-0/+1025
|
* Type correction for the output of math.sqrt() propagated across versions and ↵Anindya Srivastava2019-02-06-1/+1
| | | | languages
* Add language code suffix(#2832)Pratik Karki2017-08-25-1/+2
|
* Add filename(#2832)Pratik Karki2017-08-25-1/+2
|
* Add filename(#2832)Pratik Karki2017-08-25-1/+2
|
* Attempted to fix the messed-up frontmatter for Polish. See #2829.Andre Polykanine A.K.A. Menelion Elensúlë2017-08-23-3/+12
|
* fix broken URL for vim (#2744)Yan Zhang2017-06-01-1/+1
|
* [haskell] Updating second headline (#2695)Andy2017-04-01-1/+1
| | | | | | | | | | | | | | | | | | * Haskell: Updating second headline * Haskell: Updating second headline (es) * Haskell: Updating second headline (fr) * Haskell: Updating second headline (pl) * Haskell: Updating second headline (pt) * Haskell: Updating second headline (ro) * Haskell: Updating second headline (ru) * Haskell: Updating second headline (cn)
* Add a missing letterRemigiusz Suwalski2017-01-13-1/+1
|
* Translate functionsRemigiusz Suwalski2017-01-13-23/+20
|
* Translate more functionsRemigiusz Suwalski2017-01-13-22/+22
|
* Translate Haskell IORemigiusz Suwalski2017-01-13-34/+28
|
* Translate REPLRemigiusz Suwalski2017-01-11-15/+17
|
* Translate Flow controlRemigiusz Suwalski2017-01-10-16/+17
|
* Translate type signaturesRemigiusz Suwalski2017-01-10-7/+9
|
* Translate data typesRemigiusz Suwalski2017-01-10-9/+8
|
* Translate functionsRemigiusz Suwalski2017-01-10-20/+19
|
* Lists and tuplesRemigiusz Suwalski2017-01-10-23/+23
|
* Initial commitRemigiusz Suwalski2017-01-10-0/+450
|
* [vim/pl] fixed a typo (#2551)Hatsuney2016-11-01-1/+1
|
* [vim/pl] Tutorial translation to Polish language (#2544)Adam Bobowski2016-11-01-0/+236
| | | | | | * Added vim tutorial translation to Polish language * Fixed spelling errors
* fix #2382ven2016-09-22-1/+1
|
* [json/pl] Translated JSON tutorial (#2079)Voltinus2016-06-26-0/+85
| | | | | | | | * Create json-pl.html.markdown * Update json-pl.html.markdown * Added -pl to file name
* brainfuck->bfAdam2016-02-12-1/+1
|
* Merge pull request #1266 from janisz/Polish_translations_for_XMLven2016-01-25-0/+137
|\ | | | | Add Polish translations for XML
| * Add Polish translations for XMLTomasz Janiszewski2015-10-01-0/+137
| |
* | Remove incorrect list indentation in perl-plChris Warrick2015-12-17-4/+4
| |
* | Merge pull request #2019 from mklocek/ruby-plSpurlow2015-11-27-0/+593
|\ \ | | | | | | [Ruby/pl-pl] Translation for Ruby from en-en to pl-pl
| * | Adjust Polish translations for RubyMarcin Klocek2015-11-12-11/+11
| | |
| * | Create Polish translations for RubyMarcin Klocek2015-11-12-0/+593
| | |
* | | Fix typos, improve the languageMikołaj Rozwadowski2015-11-16-78/+81
|/ /
* / Slight language improvements and fixed typosFilip Frącz2015-10-16-2/+2
|/
* [brainfuck/pl] translated from enJakub Mlokosiewicz2015-09-02-0/+93
|
* email addeddokato2015-03-10-1/+3
| | | there is polish and english version now
* three bugs fixeddokato2015-03-09-3/+3
|