mirror of
https://github.com/penpot/penpot.git
synced 2025-02-16 03:58:20 -05:00
12 lines
332 B
Clojure
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"]})
|