zencoder / html5-boilerplate-for-wordpress

The HTML5 Boilerplate adapted into a WordPress template, including Bruce Lawson's HTML5 blog markup.
632 stars 130 forks source link

Localized strings #5

Open frebro opened 13 years ago

frebro commented 13 years ago

All strings are hard-coded in English into the template files, which makes it impossible to make a localized child theme. A very easy fix is to just use the twentyten text domain for all strings, which would make the boilerplate use the exact same terminology as Twentyten. That way a child theme can add and/or override all strings in the boilerplate.