Skip to content

Commit 867d6ae

Browse files
authored
Merge branch 'main' into windows-54
2 parents 7589e34 + 310facc commit 867d6ae

4,292 files changed

Lines changed: 38083 additions & 6240 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tldr-pages",
33
"image": "mcr.microsoft.com/devcontainers/base:ubuntu", // Use Microsoft's Ubuntu Base image for the dev container
44
"features": { // Use Node, Python and GitHub CLI features in the dev container
5-
"ghcr.io/devcontainers/features/node:1": {},
5+
"ghcr.io/devcontainers/features/node:2": {},
66
"ghcr.io/devcontainers/features/python:1": {},
77
"ghcr.io/devcontainers/features/github-cli:1": {}
88
},

.github/CODEOWNERS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/pages.ar/ @MachiavelliII @ali90h
1+
/pages.ar/ @MachiavelliII
22
/pages.bn/ @badhon495
33
/pages.cs/ @Sarijen
44
/pages.de/ @pixelcmtd @gutjuri
@@ -12,11 +12,11 @@
1212
/pages.nl/ @sebastiaanspeck @leonvsc @Waples @dmmqz
1313
/pages.pl/ @acuteenvy @spageektti
1414
/pages.pt_BR/ @isaacvicente @renie
15+
/pages.ro/ @iamxorum
1516
/pages.ru/ @ivanbaluta @emmanuel-ferdman
1617
/pages.ta/ @kbdharun
17-
/pages.tr/ @tansiret
18-
/pages.zh/ @blueskyson @einverne @DustMerlin @zhb4 @BananaaaKING
19-
/pages.zh_TW/ @blueskyson @DustMerlin @zhb4
18+
/pages.zh/ @BananaaaKING @Ninzero
19+
/pages.zh_TW/ @Ninzero
2020

2121
/*.md @sbrl @kbdharun @sebastiaanspeck
2222
/.devcontainer/* @kbdharun @sebastiaanspeck
@@ -29,7 +29,7 @@
2929
/contributing-guides/maintainers-guide.md @sbrl @kbdharun @sebastiaanspeck
3030
/contributing-guides/style-guide.md @sbrl @kbdharun @sebastiaanspeck
3131
/contributing-guides/translation-templates/ @kbdharun @sebastiaanspeck
32-
/contributing-guides/*.ar.md @MachiavelliII @ali90h
32+
/contributing-guides/*.ar.md @MachiavelliII
3333
/contributing-guides/*.bn.md @badhon495
3434
/contributing-guides/*.cs.md @Sarijen
3535
/contributing-guides/*.de.md @pixelcmtd @gutjuri
@@ -43,8 +43,8 @@
4343
/contributing-guides/*.nl.md @sebastiaanspeck @leonvsc @Waples @dmmqz
4444
/contributing-guides/*.pl.md @acuteenvy @spageektti
4545
/contributing-guides/*.pt_BR.md @isaacvicente @renie
46+
/contributing-guides/*.ro.md @iamxorum
4647
/contributing-guides/*.ru.md @ivanbaluta @emmanuel-ferdman
4748
/contributing-guides/*.ta.md @kbdharun
48-
/contributing-guides/*.tr.md @tansiret
49-
/contributing-guides/*.zh.md @blueskyson @einverne @DustMerlin @zhb4 @BananaaaKING
50-
/contributing-guides/*.zh_TW.md @blueskyson @DustMerlin @zhb4
49+
/contributing-guides/*.zh.md @BananaaaKING @Ninzero
50+
/contributing-guides/*.zh_TW.md @Ninzero

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!--
22
Thank you for contributing!
3-
Please fill in the following checklist, removing items that do not apply.
3+
Please fill in the following checklist.
44
See also https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md.
55
6-
Sign the CLA before submitting a pull request or it will be closed after some time.
6+
Sign the CLA before submitting a pull request and do not modify the PR checklist or it will be closed after some time.
77
https://cla-assistant.io/tldr-pages/tldr
88
-->
99

@@ -18,3 +18,5 @@ https://cla-assistant.io/tldr-pages/tldr
1818
- [ ] The PR title conforms to the recommended [templates](/tldr-pages/tldr/blob/main/CONTRIBUTING.md#commit-message-and-pr-title).
1919
- **Version of the command being documented (if known):**
2020
- Reference issue: #
21+
- Closes: #
22+
<!-- Only use "Closes:" if this PR fixes the entire issue. -->

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
PULL_REQUEST_ID: ${{ github.event.number || '' }}
1919

2020
steps:
21-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2222
with:
2323
fetch-depth: 0
2424

@@ -27,7 +27,7 @@ jobs:
2727
python-version: '3.12'
2828
cache: 'pip'
2929

30-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
30+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3131
with:
3232
node-version: 'lts/*'
3333
cache: 'npm'

.github/workflows/codespell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2121

2222
- name: Get changed files
2323
id: changed-files
24-
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
24+
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6
2525
with:
2626
# Ignore all other languages except English
2727
files_ignore: |

.github/workflows/copy-release-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id-token: write # grant additional permission to attestation action to mint the OIDC token permission
1818

1919
steps:
20-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/monthly-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
check-usernames:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Run synchronization scripts
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1818
with:
1919
fetch-depth: 0
2020

.mailmap

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
Adam Herst <adamherst@adamherst.com>
2+
Daniil Baturin <daniil@baturin.org> <daniil@vyos.io>
3+
Emily Grace Seville <EmilySeville7cfg@gmail.com> <emilyseville7cf@gmail.com>
4+
Fazle Arefin <1625934+FazleArefin@users.noreply.github.com> <fazlearefin@users.noreply.github.com>
5+
Grzegorz Baranski <root@gbaranski.com>
6+
Ivan Baluta <ivanbaluta.dev@gmail.com> <50071699+ivanbaluta@users.noreply.github.com>
7+
Jack Lin <blueskyson1401@gmail.com> <46962923+blueskyson@users.noreply.github.com>
8+
Jack Lin <blueskyson1401@gmail.com> <jacklin@cybersoft4u.com>
9+
Jennifer Falco <jenniferfalco@outlook.com>
10+
Juri Dispan <juri.dispan@posteo.net>
11+
Juri Dispan <juri.dispan@posteo.net> <juri.dispan@uni-ulm.de>
12+
Kristopher <kristopherleads@gmail.com> <kristopher@developerfirst.io>
13+
Lena Pastwa <lena@lnps.me> <126529524+acuteenvy@users.noreply.github.com>
14+
Lucas Gabriel Schneider <casdpa@gmail.com>
15+
Lucas Gabriel Schneider <casdpa@gmail.com> <lucas.schneider@sap.com>
16+
marchersimon <50295997+marchersimon@users.noreply.github.com> <marchersimon@zohomail.eu>
17+
Marco Bonelli <marco@mebeim.net> <14198070+mebeim@users.noreply.github.com>
18+
Marco Bonelli <marco@mebeim.net> <mb5.marcob@gmail.com>
19+
Marco Bonelli <marco@mebeim.net> <mebeim@users.noreply.github.com>
20+
mister-ben <1676039+mister-ben@users.noreply.github.com> <git@misterben.me>
21+
Miyuutsu <miyuutsushi@gmail.com> <Miyuu@miyuu.pw>
22+
Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com>
23+
Niklas Heer <niklas.heer@gmail.com> <me@nheer.io>
24+
Owen Voke <development@voke.dev> <owzie123@gmail.com>
25+
Peter Babič <peter@peterbabic.dev> <peter@peterbabic.com>
26+
Peter Babič <peter@peterbabic.dev> <peter@babic.dev>
27+
pixie <pixel+github@chrissx.de>
28+
pixie <pixel+github@chrissx.de> <35269695+chrissxYT@users.noreply.github.com>
29+
pixie <pixel+github@chrissx.de> <35269695+pixelcmtd@users.noreply.github.com>
30+
pixie <pixel+github@chrissx.de> <chrissx@chrissx.de>
31+
pixie <pixel+github@chrissx.de> <pixel@chrissx.de>
32+
Reinhart Previano Koentjoro <reinhart@reinhart1010.id> <reinhart_previano@yahoo.com>
33+
Romain Prieto <rprieto@users.noreply.github.com> <choicesmade@gmail.com>
34+
Romain Prieto <rprieto@users.noreply.github.com> <rprieto@Romains-MacBook-Air.local>
35+
Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> <shem.speck@gmail.com>
36+
Seth Falco <seth@falco.fun>
37+
Tan Siret A <40173707+yutyo@users.noreply.github.com>
38+
Tan Siret A <40173707+yutyo@users.noreply.github.com> <40173707+Yutyo@users.noreply.github.com>
39+
Wiktor Perskawiec <wiktor@perskawiec.cc> <155078792+spageektti@users.noreply.github.com>
40+
Wiktor Perskawiec <wiktor@perskawiec.cc> <git@spageektti.cc>
41+
Zlatan Vasović <zlatanvasovic@gmail.com>
42+
Zlatan Vasović <zlatanvasovic@gmail.com> <legospace9876@gmail.com>

CLIENT-SPECIFICATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ Step | Path checked | Outcome
235235
If appropriate, it is RECOMMENDED that clients implement a cache of pages. If implemented, clients MUST download the entire archive either as a whole from **<https://github.com/tldr-pages/tldr/releases/latest/download/tldr.zip>** or download language-specific archives in the format `https://github.com/tldr-pages/tldr/releases/latest/download/tldr-pages.{{language-code}}.zip` (e.g. **<https://github.com/tldr-pages/tldr/releases/latest/download/tldr-pages.en.zip>**). The English archive is also available from **<https://github.com/tldr-pages/tldr/releases/latest/download/tldr-pages.zip>**.
236236

237237
> [!CAUTION]
238-
> Prior to version 2.2, the client specification stated that clients MUST download archives from <https://tldr.sh/assets>. This method is now deprecated, and **_will be removed_** in December 2025.
239-
> Clients that still use the old location will therefore stop working next year.
238+
> Prior to version 2.2, the client specification stated that clients MUST download archives from <https://tldr.sh/assets>. After almost 2 years of being deprecated, the assets have been removed from this location on [**January 20 2026**](https://github.com/tldr-pages/tldr/pull/20565).
239+
> Clients that still use the old location can no longer download pages.
240240
241241
Caching SHOULD be done according to the user's language configuration (if any), to not waste unneeded space for unused languages. Additionally, clients MAY automatically update the cache regularly.
242242

0 commit comments

Comments
 (0)