Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/probe.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Probe

on:
pull_request:
workflow_dispatch:

permissions:
contents: read

jobs:
translation-status:
uses: ./.github/workflows/translation-status.yml
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
site/
.venv/
__pycache__/
5 changes: 5 additions & 0 deletions docs/en/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Home

A [link to the section](second.md#a-section) on the second page.

An English-only edit, with no Finnish counterpart.
5 changes: 5 additions & 0 deletions docs/en/second.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Second

## A section

Text.
7 changes: 7 additions & 0 deletions docs/fi/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
translated_from: f8175888f984f881bd9b226ff5e04a52bbcd437f
---

# Etusivu

[Linkki osioon](second.md#osio) toisella sivulla.
11 changes: 11 additions & 0 deletions docs/fi/second.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
translated_from: 079b01be2578d27bdefde137b11a3923688769d3
---

# Toinen

## Osio

Tekstia.

[Rikkinainen viite](index.md#ei-tallaista-otsikkoa).
13 changes: 13 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
site_name: Probe
site_url: https://example.invalid/
theme:
name: material
plugins:
- i18n:
docs_structure: folder
languages:
- locale: en
default: true
name: English
- locale: fi
name: Suomi
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[project]
name = "translation-status-probe"
version = "0"
requires-python = ">=3.11"
dependencies = [
"mkdocs-material>=9.5",
"mkdocs-static-i18n>=1.2",
"halos-docs-tools @ git+https://github.com/halos-org/docs-tools@v0.1.0",
]
630 changes: 630 additions & 0 deletions uv.lock

Large diffs are not rendered by default.

Loading