commit 974ef26eb70fd61733eda2bbd43dda916eafc711 parent b2bfd064cec1825a02fa32da1efc9529e068aa97 Author: Hugo Soucy <hugo@soucy.cc> Date: Mon, 14 Nov 2022 19:34:53 -0500 Add a comma Diffstat:
M | config.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.lua b/config.lua @@ -70,5 +70,5 @@ return { ["10"] = 'octobre', ["11"] = 'novembre', ["12"] = 'décembre' - } + }, }