Added simple test for translations.

This commit is contained in:
John MacFarlane
2017-08-11 23:57:28 -07:00
parent c9c642c8b4
commit 9abb688f29
+13
View File
@@ -0,0 +1,13 @@
```
% pandoc -f latex -t plain --data-dir .. -M lang=en
\figurename 2
^D
Figure 2
```
```
% pandoc -f latex -t plain --data-dir .. -M lang=de-DE
\figurename 2
^D
Abbildung 2
```