diff options
Diffstat (limited to 'users/tazjin/russian/words.el')
-rw-r--r-- | users/tazjin/russian/words.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/users/tazjin/russian/words.el b/users/tazjin/russian/words.el index 46276cdd0a1d..f2b51ba71243 100644 --- a/users/tazjin/russian/words.el +++ b/users/tazjin/russian/words.el @@ -4,7 +4,10 @@ ;; translations :: '(translation ...) ;; roots :: '(root ...) -'( ;; 1-50 +(require 'russian-defs) + +(define-russian-words + ;; 1-50 ("и" ("and" "though")) ("в" ("in" "at")) ("не" ("not")) @@ -412,3 +415,6 @@ ("оставить" ("to leave" "to abandon")) ("войти" ("to enter" "to come in") nil ("-й-")) ("длинный" ("long"))) + + +(provide 'russian-words) |