Basics is internationalization ready: all strings are properly nest within _e( 'my string', 'basics' )
, etc. By default, if you set your primary language for your site in en_US or fr_FR it may work without action on your part. Otherwise, simply set define('WPLANG', 'en_US');
in wp-config.php. If you want Basics in another language than fr_FR or en_US, you may use the basic.pot file. Thanks for sharing your translation.
Yet another WordPress Theme Framework?
Basics is not a framework! It’s a small set of files and functions to make sites developpment with WordPress easier. Nothing more, nothing less. If you want to know more about Basics, feel free to take a look at my long french post B comme Basics. Continue reading
WAI-ARIA roles in Basics
The following roles are regions of the page intended as navigational landmarks. All of these roles inherit from the landmark
base type and, with the exception of application
, all are imported from the Role Attribute [ROLE]. The roles are included here in order to make them clearly part of the WAI-ARIA Role taxonomy : Continue reading