Skip to content

Commit dcc205e

Browse files
authored
Update kml_export.lua
check_version 5
1 parent 3567562 commit dcc205e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/kml_export.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ local df = require "lib/dtutils.file"
4141
require "official/yield"
4242
local gettext = dt.gettext
4343

44-
dt.configuration.check_version(...,{3,0,0},{4,0,0})
44+
dt.configuration.check_version(...,{3,0,0},{4,0,0},{5,0,0})
4545

4646
-- Tell gettext where to find the .mo file translating messages for a particular domain
4747
gettext.bindtextdomain("kml_export",dt.configuration.config_dir.."/lua/locale/")

0 commit comments

Comments
 (0)