Skip to content

Commit c405344

Browse files
committed
pandoc-quotes: support arabic
1 parent c2b7a62 commit c405344

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandoc-quotes.lua/pandoc-quotes.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ if PATH_SEP == '\\' then EOL = '\r\n'
222222
-- variants for a language that is spoken in different countries, also
223223
-- define a 'default' for the language alone, without the country tag.
224224
QUOT_MARKS_BY_LANG = {
225+
ar = {'', '', '', '' },
225226
bs = {'', '', '', '' },
226227
bo = {'', '', '', '' },
227228
bs = {'', '', '', '' },

0 commit comments

Comments
 (0)