Skip to content

Commit

Permalink
New translations v22.3.md (Japanese)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Dec 22, 2024
1 parent 36e0a0f commit f57a423
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions guide/content/ja/release-notes/2022/v22.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ async def handler(request, filename, ext):

いくつかの潜在的な例:

| 定義 || ファイル名 | 拡張 |
| -------------------------------------------------------- | ----------------------------------------------------------- | -------- | ---------- |
| \file:ext | page.txt | `"page"` | `"txt"` |
| \file:ext=jpg | cat.jpg | `"cat"` | `"jpg"` |
| \file:ext=jpg\\\|png\\\|gif\\\|svg | cat.jpg | `"cat"` | `"jpg"` |
| \<file=int:ext> | 123.txt | `123` | `"txt"` |
| \<file=int:ext=jpg\\|png\\|gif\\|svg> | 123.svg | `123` | `"svg"` |
| \<file=float:ext=tar.gz> | 3.14.tar.gz | `3.14` | `"tar.gz"` |
| 定義 || ファイル名 | 拡張 |
| ------------------------------------------------------------------------------------ | ----------------------------------------------------------- | -------- | ---------- |
| \<file:ext> | page.txt | `"page"` | `"txt"` |
| \<file:ext=jpg> | cat.jpg | `"cat"` | `"jpg"` |
| \<file:ext=jpg\\\|png\\\|gif\\\|svg> | cat.jpg | `"cat"` | `"jpg"` |
| <file=int:ext> | 123.txt | `123` | `"txt"` |
| <file=int:ext=jpg\\|png\\|gif\\|svg> | 123.svg | `123` | `"svg"` |
| <file=float:ext=tar.gz> | 3.14.tar.gz | `3.14` | `"tar.gz"` |

### 🚨 _BREAKING CHANGE_ - パスパラメータの空でない文字列の一致

Expand Down

0 comments on commit f57a423

Please sign in to comment.