diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-21 23:56:34 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-21 23:56:34 +0300 |
| commit | 1365dde5c25e1865b82fbfea50208327d5e3a51c (patch) | |
| tree | 292572d0b163c42a31f5a4ac1e21cdd4c60bb6ac | |
| parent | 8db651ce97c872c612a8addf2c53363043c2e2a3 (diff) | |
cleanup
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | test_bulk_formats.txt | 24 | ||||
| -rw-r--r-- | test_new.txt | 1 | ||||
| -rw-r--r-- | test_pencil.txt | 1 | ||||
| -rw-r--r-- | test_simple.txt | 3 | ||||
| -rw-r--r-- | words.txt | 6 |
6 files changed, 1 insertions, 35 deletions
@@ -10,6 +10,7 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +coverage.out # Dependency directories (remove the comment below to include it) # vendor/ diff --git a/test_bulk_formats.txt b/test_bulk_formats.txt deleted file mode 100644 index 3d3427a..0000000 --- a/test_bulk_formats.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Test file demonstrating all bulk import formats - -# Format 1: Bulgarian only (will be translated to English) -ябълка -котка -куче - -# Format 2: Both Bulgarian and English provided (no translation needed) -хляб = bread -вода = water -мляко = milk - -# Format 3: English only (will be translated to Bulgarian) -= table -= chair -= window - -# Mixed format example -книга = book -= computer -стол -прозорец = window -= pencil -молив
\ No newline at end of file diff --git a/test_new.txt b/test_new.txt deleted file mode 100644 index 02be70b..0000000 --- a/test_new.txt +++ /dev/null @@ -1 +0,0 @@ -тест diff --git a/test_pencil.txt b/test_pencil.txt deleted file mode 100644 index c82ad28..0000000 --- a/test_pencil.txt +++ /dev/null @@ -1 +0,0 @@ -молив = pencil diff --git a/test_simple.txt b/test_simple.txt deleted file mode 100644 index c4aac7e..0000000 --- a/test_simple.txt +++ /dev/null @@ -1,3 +0,0 @@ -ябълка -котка = cat -= dog
\ No newline at end of file diff --git a/words.txt b/words.txt deleted file mode 100644 index e8a53b5..0000000 --- a/words.txt +++ /dev/null @@ -1,6 +0,0 @@ -Прабаба, прадядо = ancestor -Тъща = mother-in-law from the woman’s side -Свекърва = mother-in-law from husband’s side -Кум, кума = best man/woman -Кръстник, кръстница = godfather, godmother -Кръщелник, кръщелница = the ones who is baptised |
