feat: add italian i18n support

This commit is contained in:
Martin Masevski
2026-04-15 11:23:10 +02:00
parent 73a2f82d5b
commit 2e998db0b9
2 changed files with 45 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@ def test_dialect_compress_samples():
samples = {
"en": "We decided to migrate from SQLite to PostgreSQL for better concurrent writes. Ben approved the PR yesterday.",
"fr": "Nous avons décidé de migrer de SQLite vers PostgreSQL pour une meilleure écriture concurrente. Ben a approuvé le PR hier.",
"it": "Abbiamo deciso di migrare da SQLite a PostgreSQL per migliorare le scritture concorrenti. Ben ha approvato la PR ieri.",
"ko": "더 나은 동시 쓰기를 위해 SQLite에서 PostgreSQL로 마이그레이션하기로 했습니다. 벤이 어제 PR을 승인했습니다.",
"ja": "同時書き込みの改善のため、SQLiteからPostgreSQLに移行することを決定しました。ベンが昨日PRを承認しました。",
"es": "Decidimos migrar de SQLite a PostgreSQL para mejor escritura concurrente. Ben aprobó el PR ayer.",