Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Oct 9, 2023
1 parent 0ea4f97 commit 7e8480a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeXmacs/progs/utils/misc/translation-list.scm
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@

(define (tr-file language)
(let* ((locale_tag (language-to-locale language))
(lang_dic_file (string-append "plugins/lang_" locale_tag "/progs/data/from_en_US.scm"))
(lang_dic_file (string-append "plugins/lang_" locale_tag "/data/from_en_US.scm"))
(candidates
(url-or (url-append (get-texmacs-home-path) lang_dic_file)
(url-append (get-texmacs-path) lang_dic_file)))
Expand Down

0 comments on commit 7e8480a

Please sign in to comment.