fix attribute name conflict, add seeds from original document

This commit is contained in:
2026-01-22 14:40:31 +01:00
parent c2436fab13
commit 5674e6b21a
6 changed files with 86 additions and 23 deletions
+3 -3
View File
@@ -20,7 +20,7 @@ An entry represents a translatable unit which may be:
- `word` — Single word
- `phrase` — Multi-word expression or idiom, sentence
- `name` — Person's name (for consistent transliteration)
- `proper_name` — Person's name (for consistent transliteration)
- `title` — Book, publication, or hymn title
- `reference` — Biblical or doctrinal term
- `other` — Any other translatable text unit
@@ -46,7 +46,7 @@ When translators disagree on a translation or want to suggest alternatives (regi
ActiveRecord::Schema[8.0].define(version: 2025_01_22_100000) do
create_table "entries", force: :cascade do |t|
t.integer "category", null: false # word, phrase, name, title, reference, other
t.integer "category", null: false # word, phrase, proper_name, title, reference, other
# Language columns
t.string "fi" # Finnish
@@ -152,7 +152,7 @@ end
## Initial Data
Found in 'Kristillisyyden sanasto ver 23.5.2013.xlsx'
See 'public/Kristillisyyden sanasto ver 23.5.2013.xlsx'
---