aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-07-07 07:48:10 -0700
committerJohn MacFarlane <[email protected]>2023-07-07 07:48:47 -0700
commit9eb42d01ce5bf989392f5f9dda8a5079cb3d1e2f (patch)
treeee3213d31e0a55cf94f6cdcfd8aaf049329a3392
parente0ea7d52972af9aac139609c26c5e86435fe6aae (diff)
Fix babel name for fa (should be "persian"). Closes #8944.
Affects LaTeX writer.
-rw-r--r--src/Text/Pandoc/Writers/LaTeX/Lang.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/LaTeX/Lang.hs b/src/Text/Pandoc/Writers/LaTeX/Lang.hs
index ebbf2ad41..90cf9abed 100644
--- a/src/Text/Pandoc/Writers/LaTeX/Lang.hs
+++ b/src/Text/Pandoc/Writers/LaTeX/Lang.hs
@@ -88,7 +88,7 @@ commonFromBcp47 (Lang l _ _ _ _ _) = fromIso l
fromIso "es" = Just "spanish"
fromIso "et" = Just "estonian"
fromIso "eu" = Just "basque"
- fromIso "fa" = Just "farsi"
+ fromIso "fa" = Just "persian"
fromIso "fi" = Just "finnish"
fromIso "fr" = Just "french"
fromIso "fur" = Just "friulan"