Questions tagged [translation]
Using Emacs to translate documents
8 questions
0 votes
0 answers
90 views
org-mode export HTML with translations
A variety of websites have a feature where you visit a webpage and if you append a language code (e.g: /fr /es /en, etc); the website will load that webpage's translation into the selected language. ...
0 votes
1 answer
183 views
How to change the "Figure" text created when exporting a LaTeX file with org-mode. I want it to say "Figura" as I speak Spanish
When I export all the images get the "figure" and the number of the image with the caption. When I export I want it to say "figura" instead of the English word.
0 votes
0 answers
125 views
How to use spell checking in PO mode for gettext translations files?
I've tried function I use my my Markdown and Polymode when editing my Jekyll blog with po-mode but it don't work at all: I have code like this: (defun lang (lang) (interactive "sLanguage: ") (...
10 votes
8 answers
2k views
How to install po-mode?
I tried M-x po-mode, but it is not installed. I have tried to find a gettext or po-mode package under M-x list-packages as well as M-x package-install, but I couldn't find either. I have gettext and ...