Skip to content
Snippets Groups Projects
Unverified Commit 795c1729 authored by Luis Paolini's avatar Luis Paolini Committed by GitHub
Browse files

Update common.clj (#15335)

parent f10e9cf2
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
(defn- catalog ^Catalog [locale]
(let [parser (PoParser.)]
(.parseCatalog parser (io/file (locale-source-po-filename "es")))))
(.parseCatalog parser (io/file (locale-source-po-filename locale)))))
(defn po-headers [locale]
(when-let [^Message message (.locateHeader (catalog locale))]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment