Remove line numbers from locales.json

This will help to avoid unnecesary conflicts.
This commit is contained in:
Andrey Antukh 2021-02-16 20:04:32 +01:00 committed by Andrés Moya
parent dc69d0c7f4
commit abb8d8502b
4 changed files with 602 additions and 801 deletions

View file

@ -14,7 +14,7 @@
[app.main :as main]
[app.util.time :as dt]
[app.util.transit :as t]
[clojure.data.json :as json]
[app.util.json :as json]
[clojure.java.io :as io]
[clojure.pprint :refer [pprint]]
[clojure.repl :refer :all]