67 lines
1.2 KiB
Markdown
67 lines
1.2 KiB
Markdown
# Translation Issues
|
|
|
|
**Created:** 2026-03-27
|
|
**Last Updated:** 2026-03-27
|
|
|
|
## Broken Links
|
|
|
|
### Internal Links
|
|
*No broken internal links reported yet.*
|
|
|
|
### External Links
|
|
*No broken external links reported yet.*
|
|
|
|
---
|
|
|
|
## Glossary Conflicts
|
|
|
|
*No glossary conflicts reported yet.*
|
|
|
|
---
|
|
|
|
## Translation Ambiguities
|
|
|
|
*No translation ambiguities reported yet.*
|
|
|
|
---
|
|
|
|
## Edge Cases
|
|
|
|
*No edge cases reported yet.*
|
|
|
|
---
|
|
|
|
## Issue Resolution
|
|
|
|
### Resolved Issues
|
|
*No issues resolved yet.*
|
|
|
|
### Open Issues
|
|
*No open issues.*
|
|
|
|
---
|
|
|
|
## Reporting Issues
|
|
|
|
To report an issue:
|
|
|
|
1. **Broken Links:** Run `scripts/validate-links.sh` and add findings to the appropriate section
|
|
2. **Glossary Conflicts:** Run `scripts/validate-glossary.sh` and add findings to the Glossary Conflicts section
|
|
3. **Translation Ambiguities:** Document terms with multiple valid translations
|
|
4. **Edge Cases:** Document special cases that don't fit standard patterns
|
|
|
|
## Issue Format
|
|
|
|
Use this format when adding issues:
|
|
|
|
```markdown
|
|
### [Issue Title]
|
|
|
|
**File:** [filename.md]
|
|
**Date Reported:** YYYY-MM-DD
|
|
**Severity:** Critical | High | Medium | Low
|
|
**Description:** [Detailed description]
|
|
**Proposed Solution:** [How to fix it]
|
|
**Status:** Open | In Progress | Resolved
|
|
```
|