Back whenI implemented a solution for finding translatable strings from
macros, I emitted the table from a repl. Not an optimal solution, but the
project was small enough. As you want to automate, I see two solutions:

1. Write the translatable strings out to a file, line-by-line, as you
encounter them and do a 2-phase compile
2. Drive the compilation (i.e. cljs.compiler) yourself, set up / collect at
start / end respecively

I'm not aware of any builtin hooks to do what you want. The only thing,
that's kind of similar, is the constants-table, which has semantics of its
own.

hth
​

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to