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.
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