feat: add language package with core types and helpers

This commit is contained in:
leonardotrapani
2026-02-01 00:24:13 +01:00
parent 38168fdcae
commit 3a1b75f58d
4 changed files with 251 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
# Ralph Progress Log
Started: Sun Feb 1 12:22:47 AM CET 2026
---
## Completed
### Task 1: Create language package with core types and helpers
- Created `internal/language/language.go` with Language struct, Auto constant
- Implemented FromCode, List, Codes, AllLanguageCodes, IsValidCode
- Full 57 language list from OpenAI Whisper
- All tests passing, typecheck passes