0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-16 03:58:20 -05:00
penpot/frontend/uxbox/locales/en.cljs
2016-01-08 01:45:06 +02:00

12 lines
332 B
Clojure

(ns uxbox.locales.en)
(defonce +locales+
{"ds.projects" "PROJECTS"
"ds.elements" "ELEMENTS"
"ds.icons" "ICONS"
"ds.colors" "COLORS"
"ds.library-title" "Library: "
"ds.standard-title" "STANDARD"
"ds.your-libraries-title" "YOUR LIBRARIES"
"ds.num-elements" ["%s element"
"%s elements"]})