diff options
author | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-26 21:46:47 +0000 |
---|---|---|
committer | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-26 21:46:47 +0000 |
commit | c70cffb27516788e32fe033c90be3f43e12f1b93 (patch) | |
tree | 0a0dfea44bf501de77e5a4cc22b7d550315dd3ba | |
parent | b24394c0ecf954f2fc0ee2e156d19cd6382f8b70 (diff) |
The typography plugin could support configuration of which translations to make. Text::Typography does.
-rw-r--r-- | doc/todo/typography_plugin_configuration.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/typography_plugin_configuration.mdwn b/doc/todo/typography_plugin_configuration.mdwn new file mode 100644 index 000000000..d920676e2 --- /dev/null +++ b/doc/todo/typography_plugin_configuration.mdwn @@ -0,0 +1,4 @@ +The [[typography_plugin|plugins/typography]] could support configuration of +which translations to make. [[cpan Text::Typography]] supports fine-grained +control of which translations to make, so [[plugins/typography]] just needs to +expose this somehow. --[[JoshTriplett]] |